chiark / gitweb /
make route_packet infallible
[hippotat.git] / Cargo.toml
index fb745c8a2daa5c30375421c76b7f015e3827be0c..b5f5c13da8428726ea11f5d919d123b1d3b95ad1 100644 (file)
@@ -15,11 +15,11 @@ members = ["macros"]
 
 [[bin]]
 name="hippotat"
-path="src/bin/client.rs"
+path="client/client.rs"
 
 [[bin]]
 name="hippotatd"
-path="src/bin/server.rs"
+path="server/server.rs"
 
 [dependencies]
 
@@ -43,6 +43,7 @@ log = "0.4"
 memchr = "2"
 sha2 = "0.9"
 structopt = "0.3"
+subtle = "2"
 tokio = { version = "1", features = ["full"] }
 thiserror = "1"
 void = "1"