mirror of
https://github.com/cccb/servicepoint.git
synced 2025-01-18 10:00:14 +01:00
add publish=false to examples
This commit is contained in:
parent
a239adb07a
commit
02bac1e173
|
@ -2,6 +2,7 @@
|
|||
name = "announce"
|
||||
version = "0.1.0"
|
||||
edition = "2021"
|
||||
publish = false
|
||||
|
||||
[dependencies]
|
||||
clap = { version = "4.5.4", features = ["derive"] }
|
||||
|
|
|
@ -2,6 +2,7 @@
|
|||
name = "game_of_life"
|
||||
version = "0.1.0"
|
||||
edition = "2021"
|
||||
publish = false
|
||||
|
||||
[dependencies]
|
||||
servicepoint2 = { path = "../.." }
|
||||
|
|
|
@ -2,6 +2,7 @@
|
|||
name = "moving_line"
|
||||
version = "0.1.0"
|
||||
edition = "2021"
|
||||
publish = false
|
||||
|
||||
[dependencies]
|
||||
servicepoint2 = { path = "../.." }
|
||||
|
|
|
@ -2,6 +2,7 @@
|
|||
name = "random_brightness"
|
||||
version = "0.1.0"
|
||||
edition = "2021"
|
||||
publish = false
|
||||
|
||||
[dependencies]
|
||||
servicepoint2 = { path = "../.." }
|
||||
|
|
Loading…
Reference in a new issue