mirror of
https://github.com/rust-lang/cargo.git
synced 2025-09-25 11:14:46 +00:00
Chore(cargo-test-*/Cargo.toml): Standardize basic fields for publication
Marks the crates as publishable. Signed-off-by: Paul Mabileau <paulmabileau@hotmail.fr>
This commit is contained in:
parent
80300763b1
commit
f9b5702755
@ -2,12 +2,11 @@
|
||||
name = "cargo-test-macro"
|
||||
version = "0.1.0"
|
||||
edition.workspace = true
|
||||
rust-version.workspace = true
|
||||
license.workspace = true
|
||||
homepage.workspace = true
|
||||
repository.workspace = true
|
||||
documentation = "https://github.com/rust-lang/cargo"
|
||||
description = "Helper proc-macro for Cargo's testsuite."
|
||||
publish = false
|
||||
|
||||
[lib]
|
||||
proc-macro = true
|
||||
|
@ -1,9 +1,12 @@
|
||||
[package]
|
||||
name = "cargo-test-support"
|
||||
version = "0.1.0"
|
||||
license.workspace = true
|
||||
edition.workspace = true
|
||||
publish = false
|
||||
rust-version.workspace = true
|
||||
license.workspace = true
|
||||
homepage.workspace = true
|
||||
repository.workspace = true
|
||||
description = "Testing framework for Cargo's testsuite."
|
||||
|
||||
[lib]
|
||||
doctest = false
|
||||
|
Loading…
x
Reference in New Issue
Block a user