From 2b5c034f133fe55aaf9e5d69c98cafcfee139a11 Mon Sep 17 00:00:00 2001 From: Till Hoeppner Date: Tue, 28 Jul 2015 00:26:03 +0200 Subject: Add msgpack output --- src/lib.rs | 1 + 1 file changed, 1 insertion(+) (limited to 'src/lib.rs') diff --git a/src/lib.rs b/src/lib.rs index 55ebdf8..c817e6c 100644 --- a/src/lib.rs +++ b/src/lib.rs @@ -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; -- cgit v1.2.3