diff options
Diffstat (limited to 'rust/Cargo.toml')
| -rw-r--r-- | rust/Cargo.toml | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/rust/Cargo.toml b/rust/Cargo.toml index 8e75422..7635eae 100644 --- a/rust/Cargo.toml +++ b/rust/Cargo.toml @@ -13,6 +13,8 @@ env_logger = "0.8" log = "0.4" futures = "0.3.30" async-std = "1.13.0" +reqwest = "0.12.8" +tokio = { version = "1.40.0", features = ["rt", "macros", "rt-multi-thread"]} [dependencies.uuid] version = "1.10.0" @@ -31,7 +33,7 @@ name = "lambda" path = "src/lib.rs" [[bin]] -name = "lambda" +name = "eval" path = "src/main.rs" [[bin]] |
