canome/canome_derive/Cargo.toml

12 lines
135 B
TOML
Raw Normal View History

2024-05-03 16:30:31 +02:00
[package]
name = "canome_derive"
version = "0.1.0"
edition = "2021"
[lib]
proc-macro = true
[dependencies]
syn = "2.0"
quote = "1.0"