From 6d11da441bde4fa75eef755bef4c97f0d1f6a29b Mon Sep 17 00:00:00 2001 From: Mathias Hall-Andersen Date: Wed, 4 Sep 2019 19:08:13 +0200 Subject: Simply passing of JobBuffer ownership --- Cargo.toml | 1 + 1 file changed, 1 insertion(+) (limited to 'Cargo.toml') diff --git a/Cargo.toml b/Cargo.toml index 620c97f..f0fe908 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -27,6 +27,7 @@ chacha20poly1305 = "^0.1" aead = "^0.1.1" clear_on_drop = "0.2.3" parking_lot = "^0.9" +futures-channel = "^0.2" [dependencies.x25519-dalek] version = "^0.5" -- cgit v1.2.3-59-g8ed1b