| 1234567891011121314151617 | [package]name = "bolt-attribute-bolt-extra-accounts"description = "Bolt attribute-bolt-extra-accounts"version = { workspace = true }authors = { workspace = true }repository = { workspace = true }homepage = { workspace = true }license = { workspace = true }edition = { workspace = true }[lib]proc-macro = true[dependencies]syn = { workspace = true, features = ["visit-mut"] }quote = { workspace = true }proc-macro2 = { workspace = true }
 |