Cargo.toml 457 B

12345678910111213141516
  1. [package]
  2. name = "dioxus-core"
  3. version = "0.1.0"
  4. authors = ["Jonathan Kelley <jkelleyrtp@gmail.com>"]
  5. edition = "2018"
  6. # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
  7. [dependencies]
  8. generational-arena = "0.2.8"
  9. typed-arena = "2.0.1"
  10. virtual-dom-rs = { path = "../virtual-dom-rs" }
  11. virtual-node = { path = "../virtual-node" }
  12. html-macro = { path = "../html-macro" }
  13. # web-sys = "0.3.46"
  14. # js-sys = "0.3.46"