Public dry run dryrun-fc8380260013
Source commit: fc8380260013119c2535fa0ec860c9e0581c5896 Public tree identity: sha256:2edc3fda481ae8b3b5f4949811e496ec787aa436aa26bd070e14ac410ba75adc
This commit is contained in:
commit
28414a6e83
112 changed files with 39020 additions and 0 deletions
14
crates/disasmer-macros/Cargo.toml
Normal file
14
crates/disasmer-macros/Cargo.toml
Normal file
|
|
@ -0,0 +1,14 @@
|
|||
[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
|
||||
Loading…
Add table
Add a link
Reference in a new issue