dioxus-forms/Cargo.toml

14 lines
345 B
TOML
Raw Permalink Normal View History

2023-04-23 21:06:31 +00:00
[package]
name = "form-testing"
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.1"
dioxus = "0.3.2"
dioxus-liveview = { version = "0.3.0", features = ["axum"] }
dioxus-router = "0.3.0"
tokio = { version = "1", features = ["full"] }