diff options
Diffstat (limited to 'Cargo.toml')
| -rw-r--r-- | Cargo.toml | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -9,6 +9,10 @@ documentation = "https://books.kanjala.com/sellershut" homepage = "https://git.kanjala.com/sellershut" [workspace.dependencies] +api-base = { path = "./crates/api-base", version = "0.0.0" } +async-trait = "0.1.89" +axum = "0.8.8" serde = "1.0.228" thiserror = "2.0.18" tracing = "0.1.44" +utoipa = "5.4.0" |
