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

try to make azalea-buf publishable

This commit is contained in:
mat 2022-08-29 21:01:48 -05:00
parent f42d630544
commit d4c8c5a952
2 changed files with 2 additions and 1 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 = "./buf-macros"}
buf-macros = {path = "./buf-macros", version = "*"}
byteorder = "^1.4.3"
serde_json = {version = "^1.0", optional = true}
thiserror = "^1.0.31"

View file

@ -5,6 +5,7 @@ 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]