aboutsummaryrefslogtreecommitdiff
path: root/Cargo.toml
diff options
context:
space:
mode:
authorTill Hoeppner2015-07-29 00:01:46 +0200
committerTill Hoeppner2015-07-29 00:01:46 +0200
commit09f6509050f24e54c9859e0905e8b6731d91f39f (patch)
tree1916aaf8e8bb6d978000f4233bbe690228256ef7 /Cargo.toml
parent434048f7252c2490f04866c9a08eff6eb1688dc3 (diff)
downloadilc-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.toml1
1 files changed, 1 insertions, 0 deletions
diff --git a/Cargo.toml b/Cargo.toml
index 075b1c5..dfbd9b1 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -21,6 +21,7 @@ bincode = "*"
combine = "*"
glob = "*"
rmp = "*"
+blist = "*"
[profile.release]
opt-level = 3