mirror of
https://github.com/rust-lang/cargo.git
synced 2025-09-28 11:20:36 +00:00
15 lines
383 B
TOML
15 lines
383 B
TOML
[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
|