1
0
mirror of https://github.com/rust-lang/rustlings.git synced 2025-01-08 03:31:50 +02:00
rustlings/rustlings-macros/Cargo.toml

14 lines
263 B
TOML
Raw Normal View History

2024-03-28 18:34:48 +02:00
[package]
name = "rustlings-macros"
2024-04-16 04:04:45 +02:00
description = "A macros crate intended to be only used by rustlings"
2024-03-28 18:34:48 +02:00
version.workspace = true
authors.workspace = true
license.workspace = true
edition.workspace = true
[lib]
proc-macro = true
[dependencies]
2024-04-11 02:51:50 +02:00
quote = "1.0.36"