streaming-funtimes/streaming-frontends/Cargo.toml

22 lines
711 B
TOML

[package]
name = "streaming-frontends"
version = "0.1.0"
edition = "2021"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
api-types = { version = "0.1.0", path = "../api-types" }
axum = "0.6.1"
dioxus = "0.3.2"
dioxus-liveview = { version = "0.3.0", features = ["axum"] }
dioxus-router = "0.3.0"
metrics = "0.20.1"
metrics-exporter-prometheus = "0.11.0"
reqwest = { version = "0.11.16", features = ["json"], default-features = false }
tokio = { version = "1", features = ["full"] }
tower = "0.4.13"
tower-http = { version = "0.4.0", features = ["trace"] }
tracing = "0.1.37"
tracing-subscriber = { version = "0.3.16", features = ["env-filter"]}