rustlings/rustlings-macros/Cargo.toml
2024-04-11 02:51:50 +02:00

13 lines
194 B
TOML

[package]
name = "rustlings-macros"
version.workspace = true
authors.workspace = true
license.workspace = true
edition.workspace = true
[lib]
proc-macro = true
[dependencies]
quote = "1.0.36"