summaryrefslogtreecommitdiff
path: root/rustlings-macros/Cargo.toml
blob: 095deaa3a1f4af762e1c6a5c84db2c3264cc4957 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
[package]
name = "rustlings-macros"
description = "A macros crate intended to be only used by rustlings"
version.workspace = true
authors.workspace = true
license.workspace = true
edition.workspace = true

[lib]
proc-macro = true

[dependencies]
quote = "1.0.36"