diff options
author | Till Hoeppner | 2015-07-28 00:26:03 +0200 |
---|---|---|
committer | Till Hoeppner | 2015-07-28 00:26:03 +0200 |
commit | 2b5c034f133fe55aaf9e5d69c98cafcfee139a11 (patch) | |
tree | cdd75b0cf75113d3fa3d3fb3cacb053970b713cc /src/lib.rs | |
parent | 4914e6a56547dcbe0fdbcfd7eae62a3d416875a5 (diff) | |
download | ilc-2b5c034f133fe55aaf9e5d69c98cafcfee139a11.tar.gz ilc-2b5c034f133fe55aaf9e5d69c98cafcfee139a11.tar.xz ilc-2b5c034f133fe55aaf9e5d69c98cafcfee139a11.zip |
Add msgpack output
Diffstat (limited to 'src/lib.rs')
-rw-r--r-- | src/lib.rs | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -20,6 +20,7 @@ extern crate chrono; extern crate log as l; extern crate rustc_serialize; extern crate bincode; +extern crate rmp as msgpack; pub mod event; pub mod format; |