aboutsummaryrefslogtreecommitdiff
path: root/Cargo.toml
diff options
context:
space:
mode:
authorMax Audron <audron@cocaine.farm>2020-05-09 15:34:58 +0200
committerMax Audron <audron@cocaine.farm>2020-09-26 12:03:01 +0200
commit5c1b48536d502df9ef3a5a03d7d87c40b0dc97a1 (patch)
treed77554ee22756fa14229806c0282a0f8a5d4eb2c /Cargo.toml
parentsplit handshake.rs (diff)
WIP: function api
Diffstat (limited to '')
-rw-r--r--Cargo.toml1
1 files changed, 1 insertions, 0 deletions
diff --git a/Cargo.toml b/Cargo.toml
index fd66a39..d65ce6f 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -13,6 +13,7 @@ byteorder = "1.3.2"
failure = "0.1"
either = "1.5"
time = "0.2"
+async-trait = "0.1"
bytes = { version = "0.5" }
flate2 = { version = "1.0", features = ["tokio"], optional = true }