Cargo.toml 436 B

12345678910111213
  1. [package]
  2. name = "dioxus-hooks"
  3. version = "0.1.3"
  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. # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
  11. [dependencies]
  12. dioxus-core = { path = "../../packages/core" }