shell
Some checks failed
ci/woodpecker/push/build Pipeline failed

This commit is contained in:
JMARyA 2025-05-05 14:56:02 +02:00
parent 3af7b892b2
commit f10c7df262
Signed by: jmarya
GPG key ID: 901B2ADDF27C2263
10 changed files with 276 additions and 326 deletions

View file

@ -38,7 +38,7 @@ axum-client-ip = { version = "1.0.0", optional = true }
toml = "0.8.21"
hex = "0.4.3"
rand = "0.9.1"
based = { git = "https://git.hydrar.de/jmarya/based", branch = "owl" }
based_auth = { git = "https://git.hydrar.de/jmarya/based_auth" }
http2 = "0.4.21"
ureq = { version = "3.0.11", features = ["json"] }
rumqttc = { version = "0.24.0", features = ["url", "websocket"] }
@ -49,3 +49,4 @@ chrono = "0.4.41"
directories = "6.0.0"
inquire = "0.7.5"
axum-extra = { version = "0.10.1", features = ["typed-header"] }
crossbeam = { version = "0.8.4", features = ["crossbeam-channel"] }