summaryrefslogtreecommitdiffstats
path: root/src/tools/cargo/crates/cargo-test-macro/Cargo.toml
blob: 17ca326f6f24dee85b227665e66109019463a4c7 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
[package]
name = "cargo-test-macro"
version = "0.1.0"
rust-version.workspace = true
edition.workspace = true
license.workspace = true
homepage = "https://github.com/rust-lang/cargo"
repository = "https://github.com/rust-lang/cargo"
documentation = "https://github.com/rust-lang/cargo"
description = "Helper proc-macro for Cargo's testsuite."
publish = false

[lib]
proc-macro = true

[lints]
workspace = true