This commit is contained in:
Adrian Woźniak 2024-06-25 16:23:28 +02:00
parent edcce5e05b
commit 66bb6db053
2 changed files with 813 additions and 20 deletions

832
Cargo.lock generated

File diff suppressed because it is too large Load Diff

View File

@ -19,6 +19,7 @@ json = { version = "0" }
kanidm_client = "1.2.2" kanidm_client = "1.2.2"
kanidm_proto = "1.2.2" kanidm_proto = "1.2.2"
model = { path = "../model", features = ['db'] } model = { path = "../model", features = ['db'] }
rauthy-client = { version = "0.4.0", features = ["actix-web", "qrcode"] }
rumqttc = { version = "*" } rumqttc = { version = "*" }
serde = { version = "1", features = ["derive"] } serde = { version = "1", features = ["derive"] }
sqlx = { version = "0", features = ["migrate", "runtime-actix-rustls", "all-types", "postgres"] } sqlx = { version = "0", features = ["migrate", "runtime-actix-rustls", "all-types", "postgres"] }