aboutsummaryrefslogtreecommitdiff
path: root/Cargo.toml
diff options
context:
space:
mode:
authorMax Audron <audron@cocaine.farm>2020-05-02 18:32:28 +0200
committerMax Audron <audron@cocaine.farm>2020-05-02 18:32:28 +0200
commitb69cdca85d2a2e7563b086426ab0165b45ea5eb4 (patch)
tree944744fcae385e5f82985f368386cd4e96e3555e /Cargo.toml
parentrewrite of datetime parsing to use the time crate (diff)
add parsing of signalproxy messages
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 af7ed2c..fd66a39 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -12,6 +12,7 @@ log = "0.4"
byteorder = "1.3.2"
failure = "0.1"
either = "1.5"
+time = "0.2"
bytes = { version = "0.5" }
flate2 = { version = "1.0", features = ["tokio"], optional = true }