mirror of
https://github.com/rust-lang/cargo.git
synced 2025-09-25 11:14:46 +00:00
16 lines
298 B
TOML
16 lines
298 B
TOML
[package]
|
|
name = "cargo-test-macro"
|
|
version = "0.3.3"
|
|
edition.workspace = true
|
|
rust-version = "1.83" # MSRV:1
|
|
license.workspace = true
|
|
homepage.workspace = true
|
|
repository.workspace = true
|
|
description = "Helper proc-macro for Cargo's testsuite."
|
|
|
|
[lib]
|
|
proc-macro = true
|
|
|
|
[lints]
|
|
workspace = true
|