uwurandom-rs/uwurandom-proc-macros/Cargo.toml

16 lines
371 B
TOML
Raw Normal View History

2022-09-21 12:05:52 +03:00
[package]
name = "uwurandom-proc-macros"
version = "0.1.0"
edition = "2021"
[lib]
proc-macro = true
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
quote = "1.0"
serde = { version = "1.0", features = ["derive"] }
serde_json = "1.0"
syn = { version = "1.0", features = ["parsing"] }
convert_case = "0.6.0"