1
0
mirror of https://github.com/rust-lang/rustlings.git synced 2024-09-16 10:51:42 +02:00
rustlings/rustlings-macros/Cargo.toml
2024-08-24 00:14:12 +02:00

25 lines
438 B
INI

[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.0.37"
serde.workspace = true
toml_edit.workspace = true
[lints]
workspace = true