Cargo.toml 440 B

123456789101112131415161718192021
  1. [package]
  2. name = "dioxus-html-2"
  3. version = "0.1.0"
  4. authors = ["Jonathan Kelley <jkelleyrtp@gmail.com>"]
  5. edition = "2018"
  6. [lib]
  7. proc-macro = true
  8. # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
  9. [dependencies]
  10. syn = "1.0.18"
  11. quote = "1.0.3"
  12. proc-macro-hack = "0.5.15"
  13. proc-macro2 = "1.0.10"
  14. style-shared = { git = "https://github.com/derekdreery/style" }
  15. [dev-dependencies]
  16. bumpalo = "*"