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:
Paul Mabileau 2024-02-07 23:02:44 +01:00
parent 80300763b1
commit f9b5702755
No known key found for this signature in database
GPG Key ID: FC16B37F6782B0AA
2 changed files with 6 additions and 4 deletions

View File

@ -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

View File

@ -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