aboutsummaryrefslogtreecommitdiffstats
path: root/Cargo.toml
diff options
context:
space:
mode:
authorrtkay123 <dev@kanjala.com>2026-04-10 23:48:24 +0200
committerrtkay123 <dev@kanjala.com>2026-04-10 23:48:24 +0200
commitf06288f156ccb8f9ebf35782a179bf57e6bc8fc2 (patch)
tree2e9eb80237094d930b4f3a54261fac0cb3350129 /Cargo.toml
parentbe2af8a5fe2e58953b4970e3fed970165fc4b4ca (diff)
downloadsellershut-f06288f156ccb8f9ebf35782a179bf57e6bc8fc2.tar.bz2
sellershut-f06288f156ccb8f9ebf35782a179bf57e6bc8fc2.zip
feat(auth): get user
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml1
1 files changed, 1 insertions, 0 deletions
diff --git a/Cargo.toml b/Cargo.toml
index a93b10e..5f10aa4 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -14,6 +14,7 @@ async-trait = "0.1.89"
axum = "0.8.8"
futures-util = "0.3.32"
redis = { version = "1.1.0", default-features = false }
+reqwest = { version = "0.13.2", default-features = false }
secrecy = "0.10.3"
serde = "1.0.228"
serde_json = "1.0.149"