From d96f415a2cfb55715c095cc9c2775b1413e06203 Mon Sep 17 00:00:00 2001 From: Arnaud Bailly Date: Sat, 5 Oct 2024 15:04:10 +0200 Subject: Server can also evaluate expressions --- rust/Cargo.toml | 1 + 1 file changed, 1 insertion(+) (limited to 'rust/Cargo.toml') 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" -- cgit v1.2.3