diff options
| author | mat <github@matdoes.dev> | 2022-08-29 21:14:42 -0500 |
|---|---|---|
| committer | mat <github@matdoes.dev> | 2022-08-29 21:14:42 -0500 |
| commit | d88d46ca2d3f5a32c359781275660cc1d37aad95 (patch) | |
| tree | 21cad3b31ac9e8e0f22acf72c8a653b009616385 /azalea-buf | |
| parent | ef3ac9f2a07ac4f8a6bc36d436a9e5ffe1b431fd (diff) | |
| download | azalea-drasl-d88d46ca2d3f5a32c359781275660cc1d37aad95.tar.xz | |
change it all to azalea-buf-macros
Diffstat (limited to 'azalea-buf')
| -rw-r--r-- | azalea-buf/Cargo.toml | 2 | ||||
| -rw-r--r-- | azalea-buf/azalea-buf-macros/Cargo.toml | 2 | ||||
| -rw-r--r-- | azalea-buf/src/lib.rs | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/azalea-buf/Cargo.toml b/azalea-buf/Cargo.toml index fe4d1aa4..51b9c2fe 100644 --- a/azalea-buf/Cargo.toml +++ b/azalea-buf/Cargo.toml @@ -6,7 +6,7 @@ version = "0.1.0" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] -buf-macros = {path = "./azalea-buf-macros", version = "0.1.0"} +azalea-buf-macros = {path = "./azalea-buf-macros", version = "0.1.0"} byteorder = "^1.4.3" serde_json = {version = "^1.0", optional = true} thiserror = "^1.0.31" diff --git a/azalea-buf/azalea-buf-macros/Cargo.toml b/azalea-buf/azalea-buf-macros/Cargo.toml index 64e9a228..95e956de 100644 --- a/azalea-buf/azalea-buf-macros/Cargo.toml +++ b/azalea-buf/azalea-buf-macros/Cargo.toml @@ -1,6 +1,6 @@ [package] edition = "2021" -name = "buf-macros" +name = "azalea-buf-macros" version = "0.1.0" [lib] diff --git a/azalea-buf/src/lib.rs b/azalea-buf/src/lib.rs index 7860325e..b8190dfb 100644 --- a/azalea-buf/src/lib.rs +++ b/azalea-buf/src/lib.rs @@ -7,7 +7,7 @@ mod read; mod serializable_uuid; mod write; -pub use buf_macros::*; +pub use azalea_buf_macros::*; pub use definitions::*; pub use read::{read_varint_async, BufReadError, McBufReadable, McBufVarReadable, Readable}; pub use serializable_uuid::*; |
