diff --git a/crates/gpui/playground/Cargo.toml b/crates/gpui/playground/Cargo.toml index b837e7d994..3e5a5e5606 100644 --- a/crates/gpui/playground/Cargo.toml +++ b/crates/gpui/playground/Cargo.toml @@ -1,11 +1,12 @@ -[[bin]] -name = "playground" -path = "src/playground.rs" - [package] name = "playground" version = "0.1.0" edition = "2021" +publish = false + +[[bin]] +name = "playground" +path = "src/playground.rs" [dependencies] anyhow.workspace = true diff --git a/crates/gpui/playground_macros/Cargo.toml b/crates/gpui/playground_macros/Cargo.toml index b67419835b..f85a622edd 100644 --- a/crates/gpui/playground_macros/Cargo.toml +++ b/crates/gpui/playground_macros/Cargo.toml @@ -2,6 +2,7 @@ name = "playground_macros" version = "0.1.0" edition = "2021" +publish = false [lib] path = "src/playground_macros.rs" diff --git a/crates/refineable/Cargo.toml b/crates/refineable/Cargo.toml index 33add11dd1..cf37b092b6 100644 --- a/crates/refineable/Cargo.toml +++ b/crates/refineable/Cargo.toml @@ -2,6 +2,7 @@ name = "refineable" version = "0.1.0" edition = "2021" +publish = false [lib] path = "src/refineable.rs" diff --git a/crates/refineable/derive_refineable/Cargo.toml b/crates/refineable/derive_refineable/Cargo.toml index 59dbb5fbe7..663a2a65c0 100644 --- a/crates/refineable/derive_refineable/Cargo.toml +++ b/crates/refineable/derive_refineable/Cargo.toml @@ -2,6 +2,7 @@ name = "derive_refineable" version = "0.1.0" edition = "2021" +publish = false [lib] path = "src/derive_refineable.rs"