88598f181f
req: sync/001 req: sync/005
13 lines
202 B
TOML
13 lines
202 B
TOML
[package]
|
|
name = "hemx-sync-macros"
|
|
version.workspace = true
|
|
edition.workspace = true
|
|
|
|
[lib]
|
|
proc-macro = true
|
|
|
|
[dependencies]
|
|
proc-macro2 = "1"
|
|
quote = "1"
|
|
syn = { version = "2", features = ["full"] }
|