[package] name = "dash-frontend" version = "0.1.0" edition = "2024" description = "The dashboard frontend for WayVR" license = "GPL-3.0-only" authors = ["galister", "oo8dev"] repository = "https://github.com/wlx-team/wayvr" [dependencies] anyhow.workspace = true async-native-tls = "0.5.0" chrono = "0.4.42" glam = { workspace = true, features = ["mint", "serde"] } http-body-util = "0.1.3" hyper = { version = "1.8.1", features = ["client", "http1", "http2"] } keyvalues-parser = { git = "https://github.com/CosmicHorrorDev/vdf-rs.git", rev = "fc6dcbea9eb13cacb98dea40063f6f56cde6e145" } log.workspace = true rust-embed.workspace = true serde = { workspace = true, features = ["rc"] } serde_json.workspace = true smol = { workspace = true } smol-hyper = "0.1.1" strum.workspace = true uuid.workspace = true wayvr-ipc = { path = "../wayvr-ipc", default-features = false } wgui = { path = "../wgui/" } wlx-common = { path = "../wlx-common" } xdg.workspace = true [features] default = ["monado"] monado = []