vrchat-prometheus-adapter/Cargo.toml

18 lines
493 B
TOML
Raw Normal View History

2023-10-20 22:08:51 +01:00
[package]
name = "vr-event-tracker"
version = "0.1.0"
edition = "2021"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
axum = "0.6.20"
prometheus = "0.13.3"
maud = { version = "*", features = ["axum"] }
tokio = { version = "1.29.1", features = ["full"] }
lazy_static = "1.4.0"
serde = { version = "1.0.189", features = ["derive"] }
toml = "0.8.2"
reqwest = { version = "0.11.22", features = ["json", "cookies"] }
url = "2.4.1"