aboutsummaryrefslogtreecommitdiffstats
path: root/lib/auth/Cargo.toml
diff options
context:
space:
mode:
authorrtkay123 <dev@kanjala.com>2026-02-02 13:30:25 +0200
committerrtkay123 <dev@kanjala.com>2026-02-02 13:30:25 +0200
commit549d98f3b457ddfc6dffbe2fad406da4ac50ebc7 (patch)
treed1563d048eb7600f0f1265766efffb2797280051 /lib/auth/Cargo.toml
parente06094f23ca861ea5ae4864d11fa8ce8b7d7aa2c (diff)
downloadsellershut-549d98f3b457ddfc6dffbe2fad406da4ac50ebc7.tar.bz2
sellershut-549d98f3b457ddfc6dffbe2fad406da4ac50ebc7.zip
refactor: collapse auth
Diffstat (limited to 'lib/auth/Cargo.toml')
-rw-r--r--lib/auth/Cargo.toml13
1 files changed, 0 insertions, 13 deletions
diff --git a/lib/auth/Cargo.toml b/lib/auth/Cargo.toml
deleted file mode 100644
index 0852935..0000000
--- a/lib/auth/Cargo.toml
+++ /dev/null
@@ -1,13 +0,0 @@
-[package]
-name = "sellershut-auth"
-version = "0.1.0"
-edition = "2024"
-license.workspace = true
-documentation.workspace = true
-
-[dependencies]
-bon.workspace = true
-oauth2.workspace = true
-secrecy.workspace = true
-thiserror.workspace = true
-url.workspace = true