aboutsummaryrefslogtreecommitdiffstats
path: root/Cargo.toml
diff options
context:
space:
mode:
authorJokler <jokler.contact@gmail.com>2019-12-07 20:50:32 +0100
committerJokler <jokler.contact@gmail.com>2019-12-07 20:50:32 +0100
commitb74b1915d9c64894bb8c2d310879d0047bb87d00 (patch)
tree77755addafb2942bad02199dc0c01c87cf3f99e5 /Cargo.toml
parentfc622ed40c866de5d6dfe3a8015d261ad2246c61 (diff)
downloadfrippy-b74b1915d9c64894bb8c2d310879d0047bb87d00.tar.gz
frippy-b74b1915d9c64894bb8c2d310879d0047bb87d00.zip
Tell: Filter duplicate receivers
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 d918550..2bedf0f 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -40,6 +40,7 @@ failure = "0.1.5"
htmlescape = "0.3.1"
antidote = "1.0.0"
log4rs = "0.8.3"
+itertools = "0.8.2"
frippy_derive = { path = "frippy_derive" }
rand = "0.7.0"