mirror of
https://github.com/notohh/rustlings.git
synced 2024-11-22 14:02:22 -05:00
15 lines
313 B
TOML
15 lines
313 B
TOML
[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"
|
|
serde.workspace = true
|
|
toml_edit.workspace = true
|