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/Cargo.toml | |
| parent | ef3ac9f2a07ac4f8a6bc36d436a9e5ffe1b431fd (diff) | |
| download | azalea-drasl-d88d46ca2d3f5a32c359781275660cc1d37aad95.tar.xz | |
change it all to azalea-buf-macros
Diffstat (limited to 'azalea-buf/Cargo.toml')
| -rw-r--r-- | azalea-buf/Cargo.toml | 2 |
1 files changed, 1 insertions, 1 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" |
