Cargo.toml 349 B

123456789101112131415
  1. [package]
  2. name = "bolt-attribute-bolt-component-deserialize"
  3. version = "0.0.1"
  4. edition = "2021"
  5. description = "Bolt attribute-bolt-component-deserialize"
  6. license = "MIT"
  7. [lib]
  8. proc-macro = true
  9. [dependencies]
  10. syn = { version = "1.0", features = ["full"] }
  11. bolt-utils = { path = "../../utils", version = "0.0.1" }
  12. quote = "1.0"
  13. proc-macro2 = "1.0"