diff options
| author | Max Audron <audron@cocaine.farm> | 2020-05-02 18:32:28 +0200 |
|---|---|---|
| committer | Max Audron <audron@cocaine.farm> | 2020-05-02 18:32:28 +0200 |
| commit | b69cdca85d2a2e7563b086426ab0165b45ea5eb4 (patch) | |
| tree | 944744fcae385e5f82985f368386cd4e96e3555e /Cargo.toml | |
| parent | rewrite of datetime parsing to use the time crate (diff) | |
add parsing of signalproxy messages
Diffstat (limited to 'Cargo.toml')
| -rw-r--r-- | Cargo.toml | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -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 } |
