mirror of
https://github.com/notohh/rustlings.git
synced 2024-11-22 05:52:23 -05:00
13 lines
194 B
TOML
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.35"
|