init commit

This commit is contained in:
2025-04-13 02:15:02 +02:00
commit 82856dff82
7 changed files with 6155 additions and 0 deletions

13
Cargo.toml Normal file
View File

@@ -0,0 +1,13 @@
[package]
name = "loco-keycloak-auth"
version = "0.1.0"
edition = "2024"
authors = ["Gabriel Kaszewski"]
[dependencies]
axum-keycloak-auth = { version = "0.8.2" }
axum = "0.8.3"
loco-rs = "0.15.0"
serde = { version = "1.0.219", features = ["derive"] }
serde_json = "1.0.140"
tokio = "1.44.2"