warthunder-leak-counter/Cargo.toml

22 lines
621 B
TOML
Raw Normal View History

2024-06-22 02:54:58 -03:00
[package]
2024-06-22 13:42:24 -03:00
name = "warthunder-leak-counter"
2024-06-22 02:54:58 -03:00
version = "0.1.0"
edition = "2021"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
anyhow = "1.0.86"
askama = { version = "0.12.1", features = ["with-axum"] }
askama_axum = "0.4.0"
axum = { version = "0.7.5", features = ["ws", "macros"] }
regex = "1.10.5"
reqwest = "0.12.5"
soup = "0.5.1"
time = "0.3.36"
tokio = { version = "1.38.0", features = ["full"] }
tower-http = { version = "0.5.2", features = ["trace", "fs"] }
tracing = "0.1.40"
2024-06-22 13:42:24 -03:00
tracing-subscriber = { version = "0.3.18", features = ["env-filter"] }
2024-06-22 02:54:58 -03:00