diff options
Diffstat (limited to 'rust/Cargo.toml')
| -rw-r--r-- | rust/Cargo.toml | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/rust/Cargo.toml b/rust/Cargo.toml index be173f5..7aa1a6f 100644 --- a/rust/Cargo.toml +++ b/rust/Cargo.toml @@ -5,6 +5,9 @@ edition = "2021" [dependencies] +[dev-dependencies] +proptest = "1.0.0" + [lib] name = "lambda" path = "src/lambda.rs" |
