diff options
| author | Arnaud Bailly <arnaud.bailly@iohk.io> | 2024-10-05 15:04:10 +0200 |
|---|---|---|
| committer | Arnaud Bailly <arnaud.bailly@iohk.io> | 2024-10-05 15:04:10 +0200 |
| commit | d96f415a2cfb55715c095cc9c2775b1413e06203 (patch) | |
| tree | 25b22d08b361798a5a407e9f03e9383ae1273561 /rust/Cargo.toml | |
| parent | 22a53ab297447c2f044d01bf443f7b140745762f (diff) | |
| download | lambda-nantes-d96f415a2cfb55715c095cc9c2775b1413e06203.tar.gz | |
Server can also evaluate expressions
Diffstat (limited to 'rust/Cargo.toml')
| -rw-r--r-- | rust/Cargo.toml | 1 |
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" |
