1
0
mirror of https://github.com/rust-lang/rustlings.git synced 2024-09-20 00:08:06 +02:00
rustlings/rustlings-macros/Cargo.toml
2024-04-16 04:04:45 +02:00

14 lines
263 B
INI

[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"