Frank Villaro-Dixon
2c55f5eb54
All checks were successful
ci / docker-build (push) Successful in 5m25s
Signed-off-by: Frank Villaro-Dixon <frank@villaro-dixon.eu>
15 lines
309 B
TOML
15 lines
309 B
TOML
[package]
|
|
name = "opentsdb-auth-proxy"
|
|
version = "0.1.0"
|
|
edition = "2021"
|
|
|
|
[dependencies]
|
|
actix-web = "4.6.0"
|
|
env_logger = "0.11.3"
|
|
glob-match = "0.2.1"
|
|
log = "0.4.21"
|
|
reqwest = "0.12.4"
|
|
serde = { version = "1.0.202", features = ["serde_derive"] }
|
|
serde_json = "1.0.117"
|
|
serde_yaml = "0.9.34"
|
|
sha2 = "0.10.8"
|