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 /Cargo.lock | |
| parent | ef3ac9f2a07ac4f8a6bc36d436a9e5ffe1b431fd (diff) | |
| download | azalea-drasl-d88d46ca2d3f5a32c359781275660cc1d37aad95.tar.xz | |
change it all to azalea-buf-macros
Diffstat (limited to 'Cargo.lock')
| -rwxr-xr-x | Cargo.lock | 20 |
1 files changed, 10 insertions, 10 deletions
@@ -112,7 +112,7 @@ version = "0.1.0" name = "azalea-buf" version = "0.1.0" dependencies = [ - "buf-macros", + "azalea-buf-macros", "byteorder", "serde_json", "thiserror", @@ -121,6 +121,15 @@ dependencies = [ ] [[package]] +name = "azalea-buf-macros" +version = "0.1.0" +dependencies = [ + "proc-macro2", + "quote", + "syn", +] + +[[package]] name = "azalea-chat" version = "0.1.0" dependencies = [ @@ -302,15 +311,6 @@ dependencies = [ ] [[package]] -name = "buf-macros" -version = "0.1.0" -dependencies = [ - "proc-macro2", - "quote", - "syn", -] - -[[package]] name = "bumpalo" version = "3.10.0" source = "registry+https://github.com/rust-lang/crates.io-index" |
