summaryrefslogtreecommitdiffstats
path: root/crates/auth/Cargo.toml
diff options
context:
space:
mode:
Diffstat (limited to 'crates/auth/Cargo.toml')
-rw-r--r--crates/auth/Cargo.toml5
1 files changed, 4 insertions, 1 deletions
diff --git a/crates/auth/Cargo.toml b/crates/auth/Cargo.toml
index 410c51e..cc6d676 100644
--- a/crates/auth/Cargo.toml
+++ b/crates/auth/Cargo.toml
@@ -19,12 +19,15 @@ jsonwebtoken = "9.3.1"
nanoid.workspace = true
oauth2 = "5.0.0"
reqwest = { workspace = true, features = ["json", "rustls-tls"] }
+sellershut-core = { workspace = true, features = ["auth", "serde"] }
serde = { workspace = true, features = ["derive"] }
serde_json.workspace = true
sqlx = { workspace = true, features = ["macros", "migrate", "runtime-tokio", "time", "tls-rustls", "uuid"] }
time = { workspace = true, features = ["parsing", "serde"] }
tokio = { workspace = true, features = ["macros", "rt-multi-thread", "signal"] }
-tower = { workspace = true, features = ["util"] }
+tonic.workspace = true
+tonic-reflection = "0.13.0"
+tower = { workspace = true, features = ["steer", "util"] }
tower-http = { workspace = true, features = ["map-request-body", "trace", "util"] }
tower-sessions = "0.14.0"
tower-sessions-core = { version = "0.14.0", features = ["deletion-task"] }