Skip to content

Commit

Permalink
Mark demo crates as not being published. (#143)
Browse files Browse the repository at this point in the history
  • Loading branch information
waywardmonkeys authored Jun 11, 2024
1 parent 0ee431e commit 42d19cf
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 0 deletions.
1 change: 1 addition & 0 deletions demos/cli/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
name = "fidget-cli"
version = "0.1.0"
edition = "2021"
publish = false

[dependencies]
anyhow.workspace = true
Expand Down
1 change: 1 addition & 0 deletions demos/constraints/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
name = "constraints"
version = "0.1.0"
edition = "2021"
publish = false

[dependencies]
anyhow.workspace = true
Expand Down
1 change: 1 addition & 0 deletions demos/viewer/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
name = "fidget-viewer"
version = "0.1.0"
edition = "2021"
publish = false

[dependencies]
anyhow.workspace = true
Expand Down
1 change: 1 addition & 0 deletions demos/web-editor/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
name = "fidget-wasm-demo"
version = "0.1.0"
edition = "2021"
publish = false

[lib]
crate-type = ["cdylib"]
Expand Down

0 comments on commit 42d19cf

Please sign in to comment.