mangui/rusalka-macro/Cargo.toml
2024-02-25 21:33:01 +01:00

14 lines
No EOL
268 B
TOML

[package]
name = "rusalka-macro"
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