12345678910111213141516171819 |
- [package]
- name = "dioxus-router"
- version = "0.2.3"
- edition = "2018"
- description = "Cross-platform router for Dioxus apps"
- license = "MIT/Apache-2.0"
- repository = "https://github.com/DioxusLabs/dioxus/"
- homepage = "https://dioxuslabs.com"
- documentation = "https://dioxuslabs.com"
- keywords = ["dom", "ui", "gui", "react", "wasm"]
- # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
- [dependencies]
- dioxus = { path="../dioxus" }
- dioxus-router-core = { path = "../router-core"}
- # for wasm
- [features]
|