diff --git a/examples/diesel/Cargo.toml b/examples/diesel/Cargo.toml index 4863d3f..df27c6d 100644 --- a/examples/diesel/Cargo.toml +++ b/examples/diesel/Cargo.toml @@ -3,6 +3,7 @@ name = "itconfig-diesel-example" version = "0.1.0" authors = ["Dmitriy Pleshevskiy "] edition = "2018" +publish = false # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html diff --git a/examples/hyper/Cargo.toml b/examples/hyper/Cargo.toml index ad2e60a..9469aad 100644 --- a/examples/hyper/Cargo.toml +++ b/examples/hyper/Cargo.toml @@ -3,6 +3,7 @@ name = "itconfig-hyper-example" version = "0.1.0" authors = ["Dmitriy Pleshevskiy "] edition = "2018" +publish = false # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html diff --git a/examples/rocket/Cargo.toml b/examples/rocket/Cargo.toml index 55803e5..b588d39 100644 --- a/examples/rocket/Cargo.toml +++ b/examples/rocket/Cargo.toml @@ -3,6 +3,7 @@ name = "itconfig-rocket-example" version = "0.1.0" authors = ["Dmitriy Pleshevskiy "] edition = "2018" +publish = false # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html