diff options
author | Till Hoeppner | 2015-07-29 00:01:46 +0200 |
---|---|---|
committer | Till Hoeppner | 2015-07-29 00:01:46 +0200 |
commit | 09f6509050f24e54c9859e0905e8b6731d91f39f (patch) | |
tree | 1916aaf8e8bb6d978000f4233bbe690228256ef7 /Cargo.toml | |
parent | 434048f7252c2490f04866c9a08eff6eb1688dc3 (diff) | |
download | ilc-09f6509050f24e54c9859e0905e8b6731d91f39f.tar.gz ilc-09f6509050f24e54c9859e0905e8b6731d91f39f.tar.xz ilc-09f6509050f24e54c9859e0905e8b6731d91f39f.zip |
implement sort and dedup of logs
Diffstat (limited to 'Cargo.toml')
-rw-r--r-- | Cargo.toml | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -21,6 +21,7 @@ bincode = "*" combine = "*" glob = "*" rmp = "*" +blist = "*" [profile.release] opt-level = 3 |