aboutsummaryrefslogtreecommitdiff
path: root/Cargo.toml
diff options
context:
space:
mode:
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml6
1 files changed, 6 insertions, 0 deletions
diff --git a/Cargo.toml b/Cargo.toml
index 1df211b..1914845 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -12,4 +12,10 @@ imageproc = "0.23.0"
log = "0.4.17"
env_logger = "0.9.1"
+
chashmap = "2.2.2"
+
+clap = { version = "4.0.15", features = ["derive"] }
+
+tokio = { version = "1", features = ["full"] }
+warp = "0.3"