summary refs log tree commit diff
path: root/opcode_proc/Cargo.toml
blob: 9c178003f846d903a987368fa157e71209346b73 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
[lib]
proc-macro = true

[package]
name = "opcode_proc"
version = "0.1.0"
edition = "2021"

[dependencies]
syn = {version = "2.0.90", features = ["full"] }
proc-macro2= "1.0.92"
quote = "1.0"