aboutsummaryrefslogtreecommitdiffstats
path: root/Cargo.toml
diff options
context:
space:
mode:
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml4
1 files changed, 4 insertions, 0 deletions
diff --git a/Cargo.toml b/Cargo.toml
index 6a6de8a..0326c37 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -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"