summaryrefslogtreecommitdiff
path: root/rust/Cargo.toml
diff options
context:
space:
mode:
authorArnaud Bailly <arnaud.bailly@iohk.io>2024-09-24 19:59:05 +0200
committerArnaud Bailly <arnaud.bailly@iohk.io>2024-09-24 19:59:05 +0200
commit24bc06c9d553a94306534c9d41cb632ebfd36aae (patch)
treeced1a49326e0c9be1c86e162d439bfe9738c8c62 /rust/Cargo.toml
parent4a5d3e3c19b18a329417260294ebe2d726417eeb (diff)
downloadlambda-nantes-24bc06c9d553a94306534c9d41cb632ebfd36aae.tar.gz
alpha-conversion when substituting variables under lambda
Diffstat (limited to 'rust/Cargo.toml')
-rw-r--r--rust/Cargo.toml1
1 files changed, 1 insertions, 0 deletions
diff --git a/rust/Cargo.toml b/rust/Cargo.toml
index 7aa1a6f..bb52045 100644
--- a/rust/Cargo.toml
+++ b/rust/Cargo.toml
@@ -4,6 +4,7 @@ version = "0.1.0"
edition = "2021"
[dependencies]
+rand = "0.8.5"
[dev-dependencies]
proptest = "1.0.0"