blob: f750afa105214871d32f6872cf46f58885da96df (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
|
[package]
name = "shared_macros"
version.workspace = true
edition.workspace = true
authors.workspace = true
license.workspace = true
[lib]
proc-macro = true
[dependencies]
syn = { version = "2.0", features = ["full", "visit-mut"] }
quote = "1.0"
proc-macro2 = "1.0"
|