Cargo.toml 332 B

123456789101112
  1. [package]
  2. name = "dioxus-autofmt"
  3. version = "0.0.0"
  4. edition = "2021"
  5. # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
  6. [dependencies]
  7. proc-macro2 = { version = "1.0.6" }
  8. quote = "1.0"
  9. syn = { version = "1.0.11", features = ["full", "extra-traits"] }
  10. dioxus-rsx = { path = "../rsx" }