rustlings/rustlings-macros/Cargo.toml

13 lines
194 B
TOML
Raw Normal View History

2024-03-28 19:34:48 +03:00
[package]
name = "rustlings-macros"
version.workspace = true
authors.workspace = true
license.workspace = true
edition.workspace = true
[lib]
proc-macro = true
[dependencies]
quote = "1.0.35"