rustlings/rustlings-macros/Cargo.toml

16 lines
313 B
TOML
Raw Normal View History

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