diff --git a/crates/cargo-test-macro/Cargo.toml b/crates/cargo-test-macro/Cargo.toml index e216936ee..c03f220e6 100644 --- a/crates/cargo-test-macro/Cargo.toml +++ b/crates/cargo-test-macro/Cargo.toml @@ -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 diff --git a/crates/cargo-test-support/Cargo.toml b/crates/cargo-test-support/Cargo.toml index a8b7b8f1d..df6dfebfc 100644 --- a/crates/cargo-test-support/Cargo.toml +++ b/crates/cargo-test-support/Cargo.toml @@ -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