From 089efa225cc0a4e7be12608129ddbff28d11f320 Mon Sep 17 00:00:00 2001 From: rtkay123 Date: Wed, 23 Jul 2025 13:39:40 +0200 Subject: feat(auth): discord oauth --- Cargo.toml | 3 +++ 1 file changed, 3 insertions(+) (limited to 'Cargo.toml') diff --git a/Cargo.toml b/Cargo.toml index 5cfc844..1283ad4 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -12,14 +12,17 @@ description = "A federated marketplace platform" anyhow = "1.0.98" async-trait = "0.1.88" axum = "0.8.4" +base64 = "0.22.1" clap = "4.5.41" config = { version = "0.15.13", default-features = false } futures-util = { version = "0.3.31", default-features = false } nanoid = "0.4.0" +reqwest = { version = "0.12.22", default-features = false } serde = "1.0.219" serde_json = "1.0.140" sqlx = "0.8.6" stack-up = { git = "https://github.com/rtkay123/stack-up.git" } +time = { version = "0.3.41", default-features = false } tokio = "1.46.1" tower = "0.5.2" tower-http = "0.6.6" -- cgit v1.2.3