argus/argus-derive/Cargo.toml
2023-09-01 14:54:47 -07:00

12 lines
198 B
TOML

[package]
name = "argus-derive"
version = "0.1.0"
edition = "2021"
[lib]
proc-macro = true
[dependencies]
proc-macro2 = "1.0.66"
quote = "1.0.33"
syn = { version = "2.0.29", features = ["full"] }