summaryrefslogtreecommitdiff
path: root/rustlings-macros/Cargo.toml
blob: 0114c8f0acdeb34bb5f73885e201ba07938f3432 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
[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"