diff options
| author | Ubuntu <github@matdoes.dev> | 2022-10-17 14:40:00 +0000 |
|---|---|---|
| committer | Ubuntu <github@matdoes.dev> | 2022-10-17 14:40:00 +0000 |
| commit | 90e33c7e87d9e9469242560823948bf589b262c8 (patch) | |
| tree | 08863d1ab07ab522b3eac7ccc01295f3180216b5 | |
| parent | 8c01957458d5daea322431415786167b76934eaa (diff) | |
| download | azalea-drasl-90e33c7e87d9e9469242560823948bf589b262c8.tar.xz | |
temporarily exclude azalea & az-client again
| -rwxr-xr-x | azalea-client/Cargo.toml | 1 | ||||
| -rw-r--r-- | azalea/Cargo.toml | 1 |
2 files changed, 2 insertions, 0 deletions
diff --git a/azalea-client/Cargo.toml b/azalea-client/Cargo.toml index 3cb5e798..ba93aa25 100755 --- a/azalea-client/Cargo.toml +++ b/azalea-client/Cargo.toml @@ -4,6 +4,7 @@ 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 1ca35f82..eca46e16 100644 --- a/azalea/Cargo.toml +++ b/azalea/Cargo.toml @@ -4,6 +4,7 @@ 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 |
