mangui/uno-gen/Cargo.toml
2024-02-28 22:54:20 +01:00

14 lines
No EOL
262 B
TOML

[package]
name = "uno-gen"
version = "0.1.0"
edition = "2021"
authors.workspace = true
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
quote = "1.0"
proc-macro2 = "1.0.78"
[lib]
proc-macro = true