Source commit: 83d0e161c97ffeac15ee36e7be46ecf08c011aa3 Public tree identity: sha256:64c3d195ebdd98c49f23fec5636f9ef63cf360719914ee0cb1e495de1ca557c1
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
|