aboutsummaryrefslogtreecommitdiff
path: root/crates/sloth_bytecode/macros/Cargo.toml
blob: c75bc58c95ca998fe368a4acdaa6c46c6b599022 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
[package]
name = "sloth_bytecode_macros"
version = "0.1.0"
edition = "2021"

[dependencies]
proc-macro2 = "1.0.54"
quote = "1.0.26"
syn = "2.0.12"

[lib]
proc-macro = true