Initial Commit
This commit is contained in:
commit
c04b8996bf
6 changed files with 146 additions and 0 deletions
10
Cargo.toml
Normal file
10
Cargo.toml
Normal 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"
|
||||
Loading…
Add table
Add a link
Reference in a new issue