aboutsummaryrefslogtreecommitdiff
path: root/Cargo.toml
diff options
context:
space:
mode:
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml6
1 files changed, 4 insertions, 2 deletions
diff --git a/Cargo.toml b/Cargo.toml
index 66cf791..8e4b3ab 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -4,9 +4,11 @@ version = "0.1.0"
edition = "2021"
[dependencies]
+tokio = "1.38.0"
anyhow = "1.0.86"
log = "0.4.22"
-env_logger = "0.11.3"
-nom = "7.1.3"
rand = "0.9.0-alpha.1"
base64 = "0.22.1"
+
+[dev-dependencies]
+env_logger = "0.11.3"