diff options
| author | mat <github@matdoes.dev> | 2022-08-30 21:42:40 -0500 |
|---|---|---|
| committer | mat <github@matdoes.dev> | 2022-08-30 21:42:40 -0500 |
| commit | 0085f8a565563ecb6a9f4f87be8b336157aa1e55 (patch) | |
| tree | 4007e0dc98a4c3ad71656724c0263dfeccc76035 /azalea-buf | |
| parent | a6c5017e387954342a65358347cf89deead68944 (diff) | |
| download | azalea-drasl-0085f8a565563ecb6a9f4f87be8b336157aa1e55.tar.xz | |
make some stuff publishable on crates.io
Diffstat (limited to 'azalea-buf')
| -rw-r--r-- | azalea-buf/Cargo.toml | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/azalea-buf/Cargo.toml b/azalea-buf/Cargo.toml index 51b9c2fe..6f21e697 100644 --- a/azalea-buf/Cargo.toml +++ b/azalea-buf/Cargo.toml @@ -1,12 +1,14 @@ [package] +description = "Serialize and deserialize buffers from Minecraft." edition = "2021" +license = "MIT" name = "azalea-buf" version = "0.1.0" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] -azalea-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" |
