summaryrefslogtreecommitdiff
path: root/rust/Cargo.toml
diff options
context:
space:
mode:
Diffstat (limited to 'rust/Cargo.toml')
-rw-r--r--rust/Cargo.toml4
1 files changed, 1 insertions, 3 deletions
diff --git a/rust/Cargo.toml b/rust/Cargo.toml
index 887bc41..1006d29 100644
--- a/rust/Cargo.toml
+++ b/rust/Cargo.toml
@@ -16,6 +16,7 @@ async-std = "1.13.0"
reqwest = "0.12.8"
tokio = { version = "1.40.0", features = ["rt", "macros", "rt-multi-thread"]}
clap = { version = "4.5.19", features = ["derive"] }
+proptest = "1.0.0"
[dependencies.uuid]
version = "1.10.0"
@@ -26,9 +27,6 @@ features = [
"serde"
]
-[dev-dependencies]
-proptest = "1.0.0"
-
[lib]
name = "lambda"
path = "src/lib.rs"