fishctl/macros/Cargo.toml
2024-07-01 14:41:07 +09:00

13 lines
204 B
TOML

[package]
name = "macros"
publish = false
license = "MIT OR Apache-2.0"
edition = "2021"
version = "0.1.0"
[lib]
proc-macro = true
[dependencies]
syn = { workspace = true }
quote = { workspace = true }