uwurandom-rs/uwurandom-proc-macros/Cargo.toml
2022-09-21 18:05:52 +09:00

16 lines
No EOL
371 B
TOML

[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"