pfusch
This commit is contained in:
parent
54f109f48a
commit
8147aa8e88
5 changed files with 175 additions and 157 deletions
|
@ -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"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue