summaryrefslogtreecommitdiffstats
path: root/Cargo.toml
diff options
context:
space:
mode:
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml4
1 files changed, 3 insertions, 1 deletions
diff --git a/Cargo.toml b/Cargo.toml
index 1283ad4..699ac91 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -1,5 +1,5 @@
[workspace]
-members = ["crates/*"]
+members = ["crates/*", "lib/*"]
resolver = "3"
[workspace.package]
@@ -18,12 +18,14 @@ config = { version = "0.15.13", default-features = false }
futures-util = { version = "0.3.31", default-features = false }
nanoid = "0.4.0"
reqwest = { version = "0.12.22", default-features = false }
+sellershut-core = { path = "lib/sellershut-core/" }
serde = "1.0.219"
serde_json = "1.0.140"
sqlx = "0.8.6"
stack-up = { git = "https://github.com/rtkay123/stack-up.git" }
time = { version = "0.3.41", default-features = false }
tokio = "1.46.1"
+tonic = "0.13.0"
tower = "0.5.2"
tower-http = "0.6.6"
tracing = "0.1.41"