From 41a1a5d00bde74da89cad3abb24b0d1db1277610 Mon Sep 17 00:00:00 2001 From: griffi-gh Date: Mon, 13 Feb 2023 03:01:29 +0100 Subject: [PATCH] set `publish` to false --- kubi-server/Cargo.toml | 1 + kubi-shared/Cargo.toml | 1 + kubi-udp/Cargo.toml | 1 + kubi/Cargo.toml | 1 + 4 files changed, 4 insertions(+) diff --git a/kubi-server/Cargo.toml b/kubi-server/Cargo.toml index d2856d9..f9e056e 100644 --- a/kubi-server/Cargo.toml +++ b/kubi-server/Cargo.toml @@ -2,6 +2,7 @@ name = "kubi-server" version = "0.1.0" edition = "2021" +publish = false [dependencies] kubi-shared = { path = "../kubi-shared" } diff --git a/kubi-shared/Cargo.toml b/kubi-shared/Cargo.toml index 7fb813f..73e4cd5 100644 --- a/kubi-shared/Cargo.toml +++ b/kubi-shared/Cargo.toml @@ -2,6 +2,7 @@ name = "kubi-shared" version = "0.1.0" edition = "2021" +publish = false # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html diff --git a/kubi-udp/Cargo.toml b/kubi-udp/Cargo.toml index f08a674..605363e 100644 --- a/kubi-udp/Cargo.toml +++ b/kubi-udp/Cargo.toml @@ -2,6 +2,7 @@ name = "kubi-udp" version = "0.1.0" edition = "2021" +publish = false # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html diff --git a/kubi/Cargo.toml b/kubi/Cargo.toml index 90d9250..4d586d8 100644 --- a/kubi/Cargo.toml +++ b/kubi/Cargo.toml @@ -2,6 +2,7 @@ name = "kubi" version = "0.1.0" edition = "2021" +publish = false [dependencies] kubi-shared = { path = "../kubi-shared" }