Initial Commit

This commit is contained in:
BloxerHD 2026-04-23 13:09:24 +01:00
commit c04b8996bf
6 changed files with 146 additions and 0 deletions

10
Cargo.toml Normal file
View file

@ -0,0 +1,10 @@
[package]
name = "keycloak-helper"
version = "0.1.0"
edition = "2024"
[dependencies]
reqwest = { version = "0.13.2", features = ["json", "form"] }
serde = { version = "1", features = ["derive"] }
serde_json = "1"
thiserror = "2.0.18"