summaryrefslogtreecommitdiff
path: root/rust/Cargo.toml
diff options
context:
space:
mode:
authorArnaud Bailly <arnaud.bailly@iohk.io>2024-10-05 15:04:10 +0200
committerArnaud Bailly <arnaud.bailly@iohk.io>2024-10-05 15:04:10 +0200
commitd96f415a2cfb55715c095cc9c2775b1413e06203 (patch)
tree25b22d08b361798a5a407e9f03e9383ae1273561 /rust/Cargo.toml
parent22a53ab297447c2f044d01bf443f7b140745762f (diff)
downloadlambda-nantes-d96f415a2cfb55715c095cc9c2775b1413e06203.tar.gz
Server can also evaluate expressions
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 7635eae..01a9aa0 100644
--- a/rust/Cargo.toml
+++ b/rust/Cargo.toml
@@ -15,6 +15,7 @@ futures = "0.3.30"
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"] }
[dependencies.uuid]
version = "1.10.0"