Cargo.toml 274 B

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