aboutsummaryrefslogtreecommitdiffstats
path: root/Cargo.lock
diff options
context:
space:
mode:
authorrtkay123 <dev@kanjala.com>2026-04-06 20:06:14 +0200
committerrtkay123 <dev@kanjala.com>2026-04-06 20:06:14 +0200
commitcf51cf6f7424a85795bc67b3cece29c806a6d7e0 (patch)
tree115a76de126dabf2c912715ef898f482d1bb992b /Cargo.lock
parentd575e966a422ea87508ef5370b2904f4818c6773 (diff)
downloadsellershut-cf51cf6f7424a85795bc67b3cece29c806a6d7e0.tar.bz2
sellershut-cf51cf6f7424a85795bc67b3cece29c806a6d7e0.zip
feat(oauth): redirect
Diffstat (limited to 'Cargo.lock')
-rw-r--r--Cargo.lock1
1 files changed, 1 insertions, 0 deletions
diff --git a/Cargo.lock b/Cargo.lock
index 00ea4f2..b3530df 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -96,6 +96,7 @@ dependencies = [
"async-session",
"async-trait",
"oauth2",
+ "redis",
"secrecy",
"serde",
"sh-util",