2026-02-26 15:18:08 +01:00

25 lines
428 B
TOML

[package]
name = "rustlings-macros"
description = "A macros crate intended to be used only by Rustlings"
version.workspace = true
authors.workspace = true
repository.workspace = true
license.workspace = true
edition.workspace = true
rust-version.workspace = true
include = [
"/src/",
"/info.toml",
]
[lib]
proc-macro = true
[dependencies]
quote = "1"
serde.workspace = true
toml.workspace = true
[lints]
workspace = true