trifid/trifid-api-derive/Cargo.toml

13 lines
275 B
TOML
Raw Permalink Normal View History

2023-12-15 20:16:59 +00:00
[package]
name = "trifid-api-derive"
version = "0.1.0"
edition = "2021"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[lib]
proc-macro = true
[dependencies]
syn = { version = "2", features = ["full", "fold"] }
quote = "1"