diff --git a/benchmarker/Cargo.toml b/benchmarker/Cargo.toml index 1f78fa6..766b41b 100644 --- a/benchmarker/Cargo.toml +++ b/benchmarker/Cargo.toml @@ -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"] } diff --git a/example-client/Cargo.toml b/example-client/Cargo.toml index f3507ba..c6a5dff 100644 --- a/example-client/Cargo.toml +++ b/example-client/Cargo.toml @@ -1,5 +1,6 @@ [package] name = "queued-example-client" +publish = false version = "0.0.1" edition = "2021" diff --git a/stochastic-stresser/Cargo.toml b/stochastic-stresser/Cargo.toml index c046a0f..60049ff 100644 --- a/stochastic-stresser/Cargo.toml +++ b/stochastic-stresser/Cargo.toml @@ -1,5 +1,6 @@ [package] name = "queued-stochastic-stresser" +publish = false version = "0.1.0" edition = "2021"