From 78f61ccdf66572d7432b5b627994038479103653 Mon Sep 17 00:00:00 2001 From: rtkay123 Date: Sun, 1 Feb 2026 15:20:13 +0200 Subject: feat: oauth from config --- lib/auth/Cargo.toml | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 lib/auth/Cargo.toml (limited to 'lib/auth/Cargo.toml') diff --git a/lib/auth/Cargo.toml b/lib/auth/Cargo.toml new file mode 100644 index 0000000..0852935 --- /dev/null +++ b/lib/auth/Cargo.toml @@ -0,0 +1,13 @@ +[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