blob: 04dafc0289605fe698191b352067c385eb588b11 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
|
[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."
[lib]
proc-macro = true
|