mirror of
https://github.com/DioxusLabs/dioxus
synced 2024-11-23 04:33:06 +00:00
13 lines
415 B
TOML
13 lines
415 B
TOML
[package]
|
|
name = "query_segments_demo"
|
|
version = "0.1.0"
|
|
edition = "2021"
|
|
publish = false
|
|
|
|
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
|
|
|
|
[dependencies]
|
|
dioxus = { path = "../../packages/dioxus", version = "*" }
|
|
dioxus-router = { path = "../../packages/router", version = "*" }
|
|
dioxus-web = { path = "../../packages/web", version = "*" }
|
|
form_urlencoded = "1.2.0"
|