1
2
Fork 0
mirror of https://github.com/mat-1/azalea.git synced 2025-08-02 06:16:04 +00:00

azalea-buf crate stuff

This commit is contained in:
mat 2022-08-29 21:11:46 -05:00
parent c1af5d15e3
commit 5e32cc5593
2 changed files with 1 additions and 2 deletions

View file

@ -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 = "*"}
buf-macros = {path = "./azalea-buf-macros"}
byteorder = "^1.4.3"
serde_json = {version = "^1.0", optional = true}
thiserror = "^1.0.31"

View file

@ -5,7 +5,6 @@ version = "0.1.0"
[lib]
proc-macro = true
publish = false
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]