diff options
Diffstat (limited to 'Cargo.toml')
-rw-r--r-- | Cargo.toml | 6 |
1 files changed, 6 insertions, 0 deletions
@@ -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" |