diff --git a/azalea-buf/Cargo.toml b/azalea-buf/Cargo.toml index 80380a3b..71ce4592 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 = "./buf-macros", version = "*"} +buf-macros = {path = "./azalea-buf-macros", version = "*"} byteorder = "^1.4.3" serde_json = {version = "^1.0", optional = true} thiserror = "^1.0.31" diff --git a/azalea-buf/buf-macros/Cargo.toml b/azalea-buf/azalea-buf-macros/Cargo.toml similarity index 100% rename from azalea-buf/buf-macros/Cargo.toml rename to azalea-buf/azalea-buf-macros/Cargo.toml diff --git a/azalea-buf/azalea-buf-macros/README.md b/azalea-buf/azalea-buf-macros/README.md new file mode 100644 index 00000000..b9622991 --- /dev/null +++ b/azalea-buf/azalea-buf-macros/README.md @@ -0,0 +1 @@ +Only used in azalea-buf. \ No newline at end of file diff --git a/azalea-buf/buf-macros/src/lib.rs b/azalea-buf/azalea-buf-macros/src/lib.rs similarity index 100% rename from azalea-buf/buf-macros/src/lib.rs rename to azalea-buf/azalea-buf-macros/src/lib.rs