diff options
Diffstat (limited to 'Cargo.toml')
| -rw-r--r-- | Cargo.toml | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -9,9 +9,11 @@ documentation = "https://books.kanjala.com/sellershut" homepage = "https://git.kanjala.com/sellershut" [workspace.dependencies] +anyhow = "1.0.102" api-core = { path = "./crates/api-core", version = "0.0.0" } async-trait = "0.1.89" axum = "0.8.8" +clap = "4.6.0" futures-util = "0.3.32" redis = { version = "1.1.0", default-features = false } reqwest = { version = "0.13.2", default-features = false } |
