rust-lib/derive/Cargo.toml

13 lines
167 B
TOML
Raw Normal View History

2024-06-22 17:18:29 +02:00
[package]
name = "derive"
version = "1.0.0"
edition = "2021"
2024-06-22 17:19:55 +02:00
authors = ["Martin Berg Alstad"]
2024-06-22 17:18:29 +02:00
[lib]
proc-macro = true
[dependencies]
syn = "2.0.66"
quote = "1.0.36"