embray-vanguards/Cargo.toml
2024-12-07 23:35:31 -05:00

12 lines
297 B
TOML

[package]
name = "embray-vanguard"
version = "0.1.0"
edition = "2021"
[dependencies]
axum = "0.7.9"
dotenv = "0.15.0"
reqwest = { version = "0.12.9", features = ["json"] }
serde_json = "1.0.133"
tokio = { version = "1", features = ["full"] }
tower-http = { version = "0.6.2", features = ["fs"] }