Cargo.toml 461 B

12345678910111213141516171819202122
  1. [package]
  2. name = "dioxus-coroutines"
  3. version = "0.0.0"
  4. edition = "2018"
  5. repository = "https://github.com/DioxusLabs/dioxus/"
  6. homepage = "https://dioxuslabs.com"
  7. documentation = "https://dioxuslabs.com"
  8. keywords = [
  9. "dom",
  10. "ui",
  11. "userinterface",
  12. "gui",
  13. "react",
  14. "state",
  15. "management",
  16. "wasm",
  17. "web",
  18. "ssr",
  19. ]
  20. # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
  21. [dependencies]