mirror of
https://github.com/zed-industries/zed.git
synced 2024-11-07 20:39:04 +03:00
Mark new crates as publish = false
This commit is contained in:
parent
d375f7992d
commit
cd72a42bd4
@ -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
|
||||
|
@ -2,6 +2,7 @@
|
||||
name = "playground_macros"
|
||||
version = "0.1.0"
|
||||
edition = "2021"
|
||||
publish = false
|
||||
|
||||
[lib]
|
||||
path = "src/playground_macros.rs"
|
||||
|
@ -2,6 +2,7 @@
|
||||
name = "refineable"
|
||||
version = "0.1.0"
|
||||
edition = "2021"
|
||||
publish = false
|
||||
|
||||
[lib]
|
||||
path = "src/refineable.rs"
|
||||
|
@ -2,6 +2,7 @@
|
||||
name = "derive_refineable"
|
||||
version = "0.1.0"
|
||||
edition = "2021"
|
||||
publish = false
|
||||
|
||||
[lib]
|
||||
path = "src/derive_refineable.rs"
|
||||
|
Loading…
Reference in New Issue
Block a user