Cargo.toml 543 B

12345678910111213141516171819
  1. [package]
  2. name = "dioxus-router"
  3. version = "0.2.3"
  4. edition = "2018"
  5. description = "Cross-platform router for Dioxus apps"
  6. license = "MIT/Apache-2.0"
  7. repository = "https://github.com/DioxusLabs/dioxus/"
  8. homepage = "https://dioxuslabs.com"
  9. documentation = "https://dioxuslabs.com"
  10. keywords = ["dom", "ui", "gui", "react", "wasm"]
  11. # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
  12. [dependencies]
  13. dioxus = { path="../dioxus" }
  14. dioxus-router-core = { path = "../router-core"}
  15. # for wasm
  16. [features]