From d9bcc24a25e2c262f1bdfdfc48f48bff63b548c1 Mon Sep 17 00:00:00 2001 From: yyh Date: Thu, 23 Apr 2026 21:40:12 +0800 Subject: [PATCH] chore: align package metadata across workspace --- bench/Cargo.toml | 6 +++++- crates/vite_command/Cargo.toml | 1 + crates/vite_migration/Cargo.toml | 1 + crates/vite_static_config/Cargo.toml | 2 ++ crates/vite_trampoline/Cargo.toml | 1 + packages/cli/binding/Cargo.toml | 4 ++++ 6 files changed, 14 insertions(+), 1 deletion(-) diff --git a/bench/Cargo.toml b/bench/Cargo.toml index 843868c71c..ab4378120e 100644 --- a/bench/Cargo.toml +++ b/bench/Cargo.toml @@ -1,7 +1,11 @@ [package] name = "vite-plus-benches" version = "0.1.0" -edition = "2024" +authors.workspace = true +edition.workspace = true +license.workspace = true +publish = false +rust-version.workspace = true [dev-dependencies] anyhow = { workspace = true } diff --git a/crates/vite_command/Cargo.toml b/crates/vite_command/Cargo.toml index a50bf56073..4d031bfe42 100644 --- a/crates/vite_command/Cargo.toml +++ b/crates/vite_command/Cargo.toml @@ -4,6 +4,7 @@ version = "0.0.0" authors.workspace = true edition.workspace = true license.workspace = true +publish = false rust-version.workspace = true [dependencies] diff --git a/crates/vite_migration/Cargo.toml b/crates/vite_migration/Cargo.toml index 61825c629f..9df1df084d 100644 --- a/crates/vite_migration/Cargo.toml +++ b/crates/vite_migration/Cargo.toml @@ -4,6 +4,7 @@ version = "0.0.0" authors.workspace = true edition.workspace = true license.workspace = true +publish = false rust-version.workspace = true [dependencies] diff --git a/crates/vite_static_config/Cargo.toml b/crates/vite_static_config/Cargo.toml index bb3c3056a7..b6efcdab0e 100644 --- a/crates/vite_static_config/Cargo.toml +++ b/crates/vite_static_config/Cargo.toml @@ -5,7 +5,9 @@ authors.workspace = true edition.workspace = true homepage.workspace = true license.workspace = true +publish = false repository.workspace = true +rust-version.workspace = true [dependencies] oxc_allocator = { workspace = true } diff --git a/crates/vite_trampoline/Cargo.toml b/crates/vite_trampoline/Cargo.toml index 1b200492f0..e6972b37d4 100644 --- a/crates/vite_trampoline/Cargo.toml +++ b/crates/vite_trampoline/Cargo.toml @@ -5,6 +5,7 @@ authors.workspace = true edition.workspace = true license.workspace = true publish = false +rust-version.workspace = true description = "Minimal Windows trampoline exe for vite-plus shims" [[bin]] diff --git a/packages/cli/binding/Cargo.toml b/packages/cli/binding/Cargo.toml index b12df02c4d..ef859dfd81 100644 --- a/packages/cli/binding/Cargo.toml +++ b/packages/cli/binding/Cargo.toml @@ -1,7 +1,11 @@ [package] name = "vite-plus-cli" version = "0.0.0" +authors.workspace = true edition.workspace = true +license.workspace = true +publish = false +rust-version.workspace = true [features] rolldown = ["dep:rolldown_binding"]