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 /Cargo.toml | |
parent | 4914e6a56547dcbe0fdbcfd7eae62a3d416875a5 (diff) | |
download | ilc-2b5c034f133fe55aaf9e5d69c98cafcfee139a11.tar.gz ilc-2b5c034f133fe55aaf9e5d69c98cafcfee139a11.tar.xz ilc-2b5c034f133fe55aaf9e5d69c98cafcfee139a11.zip |
Add msgpack output
Diffstat (limited to 'Cargo.toml')
-rw-r--r-- | Cargo.toml | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -20,6 +20,7 @@ env_logger = "*" bincode = "*" combine = "*" glob = "*" +rmp = "*" [profile.release] opt-level = 3 |