Mark new crates as publish = false
This commit is contained in:
parent
d375f7992d
commit
cd72a42bd4
4 changed files with 8 additions and 4 deletions
|
@ -1,11 +1,12 @@
|
||||||
[[bin]]
|
|
||||||
name = "playground"
|
|
||||||
path = "src/playground.rs"
|
|
||||||
|
|
||||||
[package]
|
[package]
|
||||||
name = "playground"
|
name = "playground"
|
||||||
version = "0.1.0"
|
version = "0.1.0"
|
||||||
edition = "2021"
|
edition = "2021"
|
||||||
|
publish = false
|
||||||
|
|
||||||
|
[[bin]]
|
||||||
|
name = "playground"
|
||||||
|
path = "src/playground.rs"
|
||||||
|
|
||||||
[dependencies]
|
[dependencies]
|
||||||
anyhow.workspace = true
|
anyhow.workspace = true
|
||||||
|
|
|
@ -2,6 +2,7 @@
|
||||||
name = "playground_macros"
|
name = "playground_macros"
|
||||||
version = "0.1.0"
|
version = "0.1.0"
|
||||||
edition = "2021"
|
edition = "2021"
|
||||||
|
publish = false
|
||||||
|
|
||||||
[lib]
|
[lib]
|
||||||
path = "src/playground_macros.rs"
|
path = "src/playground_macros.rs"
|
||||||
|
|
|
@ -2,6 +2,7 @@
|
||||||
name = "refineable"
|
name = "refineable"
|
||||||
version = "0.1.0"
|
version = "0.1.0"
|
||||||
edition = "2021"
|
edition = "2021"
|
||||||
|
publish = false
|
||||||
|
|
||||||
[lib]
|
[lib]
|
||||||
path = "src/refineable.rs"
|
path = "src/refineable.rs"
|
||||||
|
|
|
@ -2,6 +2,7 @@
|
||||||
name = "derive_refineable"
|
name = "derive_refineable"
|
||||||
version = "0.1.0"
|
version = "0.1.0"
|
||||||
edition = "2021"
|
edition = "2021"
|
||||||
|
publish = false
|
||||||
|
|
||||||
[lib]
|
[lib]
|
||||||
path = "src/derive_refineable.rs"
|
path = "src/derive_refineable.rs"
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue