Cargo.toml 533 B

123456789101112131415161718192021222324
  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 = [
  10. "dom",
  11. "ui",
  12. "userinterface",
  13. "gui",
  14. "react",
  15. "state",
  16. "management",
  17. "wasm",
  18. "web",
  19. "ssr",
  20. ]
  21. # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
  22. [dependencies]
  23. dioxus-core = { path = "../../packages/core" }