This commit is contained in:
Evelyn Alicke 2023-04-05 11:42:31 +02:00
parent 54f109f48a
commit 8147aa8e88
No known key found for this signature in database
GPG key ID: 6834780BDA479436
5 changed files with 175 additions and 157 deletions

View file

@ -8,10 +8,9 @@ edition = "2021"
[dependencies]
config = { version = "0.13.1", features = ["yaml"] }
serde = { version = "1.0", features = ["derive"] }
prometheus-client = "0.18.1"
prometheus-client = "0.19.0"
futures-util = "0.3.25"
actix-web-httpauth = "0.8.0"
actix-web = "4.2.1"
tokio = "1.21.2"
axum = "0.6.12"
tokio = { version = "1.21.2", features = ["rt-multi-thread","macros"] }
rsvici = "0.1"
anyhow = "1.0.70"