diff options
| author | Arnaud Bailly <arnaud.bailly@iohk.io> | 2024-10-06 21:11:04 +0200 |
|---|---|---|
| committer | Arnaud Bailly <arnaud.bailly@iohk.io> | 2024-10-06 21:11:04 +0200 |
| commit | a2220cd6ca103b636567b557d21ab345c6ab99e0 (patch) | |
| tree | 6bb4e35c3921d4918a0c7995762bc0b720e40d78 /rust/Cargo.toml | |
| parent | aaaee7bdc476f5f0631dc0d2f367c54bdfe03d12 (diff) | |
| download | lambda-nantes-a2220cd6ca103b636567b557d21ab345c6ab99e0.tar.gz | |
Use proptest's Strategy to generate expressions
Diffstat (limited to 'rust/Cargo.toml')
| -rw-r--r-- | rust/Cargo.toml | 4 |
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" |
