aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xazalea-client/Cargo.toml1
-rw-r--r--azalea/Cargo.toml1
-rwxr-xr-xbot/Cargo.toml1
3 files changed, 1 insertions, 2 deletions
diff --git a/azalea-client/Cargo.toml b/azalea-client/Cargo.toml
index ba93aa25..3cb5e798 100755
--- a/azalea-client/Cargo.toml
+++ b/azalea-client/Cargo.toml
@@ -4,7 +4,6 @@ edition = "2021"
license = "MIT"
name = "azalea-client"
version = "0.1.0"
-publish = false
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
diff --git a/azalea/Cargo.toml b/azalea/Cargo.toml
index eca46e16..1ca35f82 100644
--- a/azalea/Cargo.toml
+++ b/azalea/Cargo.toml
@@ -4,7 +4,6 @@ edition = "2021"
license = "MIT"
name = "azalea"
version = "0.1.0"
-publish = false
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
diff --git a/bot/Cargo.toml b/bot/Cargo.toml
index 53f8637b..af715adc 100755
--- a/bot/Cargo.toml
+++ b/bot/Cargo.toml
@@ -2,6 +2,7 @@
edition = "2021"
name = "bot"
version = "0.1.0"
+publish = false
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html