deny-proxy/Cargo.toml
asonix e95a5b7f15
Some checks failed
continuous-integration/drone/push Build is failing
continuous-integration/drone/tag Build is passing
Bump version
2023-01-30 09:10:58 -06:00

21 lines
651 B
TOML

[package]
name = "deny-proxy"
version = "0.1.4"
edition = "2021"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
actix-web = { version = "4", default-features = false, features = ["macros"] }
actix-web-lab = { version = "0.18.9", default-features = false }
awc = { version = "3", default-features = false }
tracing = "0.1"
tracing-actix-web = { version = "0.7.1", features = ["emit_event_on_error"] }
tracing-awc = { version = "0.1.6", features = ["emit_event_on_error"] }
tracing-log = "0.1"
tracing-subscriber = { version = "0.3", features = [
"ansi",
"env-filter",
"fmt",
] }