From d88d46ca2d3f5a32c359781275660cc1d37aad95 Mon Sep 17 00:00:00 2001 From: mat Date: Mon, 29 Aug 2022 21:14:42 -0500 Subject: change it all to azalea-buf-macros --- azalea-buf/Cargo.toml | 2 +- azalea-buf/azalea-buf-macros/Cargo.toml | 2 +- azalea-buf/src/lib.rs | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) (limited to 'azalea-buf') 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::*; -- cgit v1.2.3