1
0
mirror of https://github.com/rust-lang/rustlings.git synced 2024-09-19 11:52:04 +02:00
rustlings/rustlings-macros/Cargo.toml

21 lines
382 B
INI
Raw Normal View History

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