Skip to content

Commit

Permalink
Mark private crates
Browse files Browse the repository at this point in the history
  • Loading branch information
wilsonzlin committed Apr 5, 2024
1 parent 45a8f85 commit ecb95bf
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion benchmarker/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
[package]
name = "queued-benchmarker"
publish = false
version = "0.1.0"
edition = "2021"
publish = false

[dependencies]
bytesize = { version = "1.2.0", features = ["serde"] }
Expand Down
1 change: 1 addition & 0 deletions example-client/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
[package]
name = "queued-example-client"
publish = false
version = "0.0.1"
edition = "2021"

Expand Down
1 change: 1 addition & 0 deletions stochastic-stresser/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
[package]
name = "queued-stochastic-stresser"
publish = false
version = "0.1.0"
edition = "2021"

Expand Down

0 comments on commit ecb95bf

Please sign in to comment.