summaryrefslogtreecommitdiffstats
path: root/src/tools/cargo/crates/cargo-test-macro/Cargo.toml
blob: 1e81ab314a20f038329f8b9312a9f0d16f911502 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
[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