From 0085f8a565563ecb6a9f4f87be8b336157aa1e55 Mon Sep 17 00:00:00 2001 From: mat Date: Tue, 30 Aug 2022 21:42:40 -0500 Subject: make some stuff publishable on crates.io --- azalea-buf/Cargo.toml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'azalea-buf') 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" -- cgit v1.2.3