Cargo.toml 477 B

1234567891011121314
  1. [package]
  2. name = "dioxus-mobile"
  3. version = "0.0.1"
  4. authors = ["Jonathan Kelley"]
  5. edition = "2018"
  6. repository = "https://github.com/DioxusLabs/dioxus/"
  7. homepage = "https://dioxuslabs.com"
  8. documentation = "https://dioxuslabs.com"
  9. keywords = ["dom", "ui", "gui", "react", "wasm"]
  10. license = "MIT/Apache-2.0"
  11. # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
  12. [dependencies]
  13. dioxus-desktop = { path = "../desktop", version = "0.1.1" }