Source commit: fc8380260013119c2535fa0ec860c9e0581c5896 Public tree identity: sha256:2edc3fda481ae8b3b5f4949811e496ec787aa436aa26bd070e14ac410ba75adc
14 lines
245 B
TOML
14 lines
245 B
TOML
[package]
|
|
name = "disasmer-macros"
|
|
version = "0.1.0"
|
|
edition.workspace = true
|
|
license.workspace = true
|
|
repository.workspace = true
|
|
|
|
[lib]
|
|
proc-macro = true
|
|
|
|
[dependencies]
|
|
proc-macro2.workspace = true
|
|
quote.workspace = true
|
|
syn.workspace = true
|