Cargo.toml 423 B

1234567891011121314151617
  1. [package]
  2. name = "bolt-helpers-system-template"
  3. description = "A template helper for the 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. proc-macro2 = { workspace = true }
  14. quote = { workspace = true }
  15. syn = { workspace = true }