Update Cargo.toml

This commit is contained in:
mat 2022-08-29 21:13:17 -05:00
parent 5e32cc5593
commit ef3ac9f2a0

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"}
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"