From 549d98f3b457ddfc6dffbe2fad406da4ac50ebc7 Mon Sep 17 00:00:00 2001 From: rtkay123 Date: Mon, 2 Feb 2026 13:30:25 +0200 Subject: refactor: collapse auth --- lib/auth/Cargo.toml | 13 ------------- 1 file changed, 13 deletions(-) delete mode 100644 lib/auth/Cargo.toml (limited to 'lib/auth/Cargo.toml') 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 -- cgit v1.2.3