Mark new crates as publish = false

Nathan Sobo created

Change summary

crates/gpui/playground/Cargo.toml              | 9 +++++----
crates/gpui/playground_macros/Cargo.toml       | 1 +
crates/refineable/Cargo.toml                   | 1 +
crates/refineable/derive_refineable/Cargo.toml | 1 +
4 files changed, 8 insertions(+), 4 deletions(-)

Detailed changes

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