mirror of
https://github.com/rust-lang/cargo.git
synced 2025-09-25 11:14:46 +00:00

These tree packages are considered to be published something. To reduce the logic of xtask-unpubilshed, let's flag them false for now. We can always set it `true` when needed.
14 lines
350 B
TOML
14 lines
350 B
TOML
[package]
|
|
name = "cargo-test-macro"
|
|
version = "0.1.0"
|
|
edition = "2021"
|
|
license = "MIT OR Apache-2.0"
|
|
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
|