More routes
This commit is contained in:
parent
a580b7bccf
commit
a9a10a6d52
12 changed files with 2400 additions and 211 deletions
12
Cargo.toml
12
Cargo.toml
|
|
@ -5,8 +5,18 @@ edition = "2024"
|
|||
|
||||
[dependencies]
|
||||
axum = "0.8.8"
|
||||
base64 = "0.22.1"
|
||||
bcrypt = "0.19.0"
|
||||
chrono = "0.4.44"
|
||||
jsonwebtoken = { version = "10.3.0", features = ["rust_crypto"] }
|
||||
pam = { version = "0.8.0", features = ["client"] }
|
||||
rustls = { version = "0.23.37", features = ["ring"] }
|
||||
serde = { version = "1", features = ["derive"] }
|
||||
serde_json = "1.0.149"
|
||||
sysinfo = "0.38.4"
|
||||
tokio = { version = "1.50.0", features = ["macros", "rt-multi-thread", "process"] }
|
||||
tokio = { version = "1.50.0", features = [
|
||||
"macros",
|
||||
"rt-multi-thread",
|
||||
"process",
|
||||
] }
|
||||
zbus = "5.14.0"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue