staxman-old/Cargo.toml

11 lines
212 B
TOML
Raw Normal View History

2023-11-18 11:35:40 +00:00
[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"] }