Cargo.toml 364 B

1234567891011
  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 = ["dom", "ui", "gui", "react", "wasm"]
  9. # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
  10. [dependencies]