summaryrefslogtreecommitdiff
path: root/rust/Cargo.toml
diff options
context:
space:
mode:
authorArnaud Bailly <arnaud.bailly@iohk.io>2024-09-23 14:40:31 +0200
committerArnaud Bailly <arnaud.bailly@iohk.io>2024-09-23 15:07:31 +0200
commit3035c35f3de47a132d2d760c041a723236ced91c (patch)
treefc83c62b2c731325cabcf2dab68ec48510015ba6 /rust/Cargo.toml
parentde98bfc28feebfe112a378017c73d0e20dfb2937 (diff)
downloadlambda-nantes-3035c35f3de47a132d2d760c041a723236ced91c.tar.gz
Add property for evaluating numbers
Diffstat (limited to 'rust/Cargo.toml')
-rw-r--r--rust/Cargo.toml3
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"