From b33381331f5c33037892bbc3c197376f3b8d945d Mon Sep 17 00:00:00 2001 From: Mathias Hall-Andersen Date: Wed, 7 Aug 2019 22:51:58 +0200 Subject: Concurrent rate limiter The new rate limiter allows multiple simultaneous .allow calls. Also delegated GC to tokio. --- Cargo.toml | 2 ++ 1 file changed, 2 insertions(+) (limited to 'Cargo.toml') diff --git a/Cargo.toml b/Cargo.toml index 2909dcc..c3af1c4 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -17,6 +17,8 @@ byteorder = "1.3.1" digest = "0.8.0" sodiumoxide = "0.2.2" lazy_static = "^1.3" +tokio = "0.1.22" +futures = "0.1.28" [dependencies.x25519-dalek] version = "^0.5" -- cgit v1.2.3-59-g8ed1b