chiark / gitweb /
sort out error handling for server rx slip frames
[hippotat.git] / Cargo.toml
index 8d27fef9a2fc7007cd110df9dbc4596f483db8e5..836d9268cd98215f813e75a88aaae82fd64a8ac7 100644 (file)
@@ -40,8 +40,10 @@ parking_lot = "0.11"
 regex = "1.5"
 lazy_static = "1.4"
 log = "0.4"
+memchr = "2"
 sha2 = "0.9"
 structopt = "0.3"
+subtle = "2"
 tokio = { version = "1", features = ["full"] }
 thiserror = "1"
 void = "1"