1234567891011121314 |
- [package]
- name = "bolt-attribute-bolt-system-input"
- version = "0.0.1"
- edition = "2021"
- description = "Bolt attribute-bolt-system-input"
- license = "MIT"
- [lib]
- proc-macro = true
- [dependencies]
- syn = { version = "1.0", features = ["full", "visit-mut"] }
- quote = "1.0"
- proc-macro2 = "1.0"
|