summaryrefslogtreecommitdiff
path: root/rustlings-macros/Cargo.toml
blob: 79279f578b963af14d96e39534996d871e34d28b (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.36"