chiark / gitweb /
make route_packet infallible
[hippotat.git] / Cargo.toml
index f382f24139372ece467244093fdd86ac5392225a..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]
 
@@ -35,11 +35,15 @@ hyper = { version = "0.14", features = ["full"] }
 hyper-tls = "0.5"
 ipnet = "2"
 itertools = "0.10"
+mime = "0.3"
 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"