rustlings/rustlings-macros/Cargo.toml

17 lines
341 B
TOML
Raw Normal View History

2024-03-28 19:34:48 +03:00
[package]
name = "rustlings-macros"
2024-04-24 17:15:14 +03:00
description = "A macros crate intended to be used only by Rustlings"
2024-03-28 19:34:48 +03:00
version.workspace = true
authors.workspace = true
2024-04-24 17:15:14 +03:00
repository.workspace = true
2024-03-28 19:34:48 +03:00
license.workspace = true
edition.workspace = true
[lib]
proc-macro = true
[dependencies]
2024-04-11 03:51:50 +03:00
quote = "1.0.36"
serde.workspace = true
toml_edit.workspace = true