staxman-old/Cargo.toml

11 lines
212 B
TOML

[package]
name = "staxman"
version = "0.1.0"
edition = "2021"
[dependencies]
axum = "0.6"
dioxus = "0.4"
dioxus-liveview = { version = "0.4", features = ["axum"] }
tokio = { version = "1", features = ["full"] }