fishctl/macros/Cargo.toml

14 lines
204 B
TOML
Raw Normal View History

2024-06-25 16:30:52 +09:00
[package]
name = "macros"
publish = false
2024-07-01 14:41:07 +09:00
license = "MIT OR Apache-2.0"
edition = "2021"
version = "0.1.0"
2024-06-25 16:30:52 +09:00
[lib]
2024-06-25 16:37:06 +09:00
proc-macro = true
[dependencies]
syn = { workspace = true }
quote = { workspace = true }