diff options
| author | Arnaud Bailly <arnaud.bailly@iohk.io> | 2024-09-23 14:40:31 +0200 |
|---|---|---|
| committer | Arnaud Bailly <arnaud.bailly@iohk.io> | 2024-09-23 15:07:31 +0200 |
| commit | 3035c35f3de47a132d2d760c041a723236ced91c (patch) | |
| tree | fc83c62b2c731325cabcf2dab68ec48510015ba6 /rust/Cargo.toml | |
| parent | de98bfc28feebfe112a378017c73d0e20dfb2937 (diff) | |
| download | lambda-nantes-3035c35f3de47a132d2d760c041a723236ced91c.tar.gz | |
Add property for evaluating numbers
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" |
