Cargo.toml 436 B

1234567891011121314151617
  1. [package]
  2. name = "bolt-attribute-bolt-system"
  3. description = "Bolt attribute-bolt-system"
  4. version = { workspace = true }
  5. authors = { workspace = true }
  6. repository = { workspace = true }
  7. homepage = { workspace = true }
  8. license = { workspace = true }
  9. edition = { workspace = true }
  10. [lib]
  11. proc-macro = true
  12. [dependencies]
  13. syn = { workspace = true, features = ["visit-mut"] }
  14. quote = { workspace = true }
  15. proc-macro2 = { workspace = true }