1
0

Cargo.toml 528 B

1234567891011121314151617181920
  1. [package]
  2. name = "dioxus-native-core"
  3. version = "0.2.0"
  4. edition = "2021"
  5. license = "MIT/Apache-2.0"
  6. repository = "https://github.com/DioxusLabs/dioxus/"
  7. homepage = "https://dioxuslabs.com"
  8. [dependencies]
  9. dioxus-core = { path = "../core", version = "^0.2.0" }
  10. dioxus-html = { path = "../html", version = "^0.2.0" }
  11. dioxus-core-macro = { path = "../core-macro", version = "^0.2.0" }
  12. stretch2 = { git = "https://github.com/DioxusLabs/stretch" }
  13. smallvec = "1.6"
  14. fxhash = "0.2"
  15. anymap = "0.12.1"
  16. [dev-dependencies]
  17. rand = "0.8.5"