mirror of
https://github.com/rust-lang/rustlings.git
synced 2024-11-09 22:31:41 +01:00
20 lines
384 B
INI
20 lines
384 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
|
|
|
|
[lib]
|
|
proc-macro = true
|
|
|
|
[dependencies]
|
|
quote = "1.0.36"
|
|
serde.workspace = true
|
|
toml_edit.workspace = true
|
|
|
|
[package.metadata.release]
|
|
verify = false
|