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-core/Cargo.toml | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) (limited to 'azalea-core') diff --git a/azalea-core/Cargo.toml b/azalea-core/Cargo.toml index 470bc998..52669af5 100755 --- a/azalea-core/Cargo.toml +++ b/azalea-core/Cargo.toml @@ -1,12 +1,14 @@ [package] +description = "Miscellaneous things in Azalea." edition = "2021" +license = "MIT" name = "azalea-core" version = "0.1.0" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] -azalea-buf = {path = "../azalea-buf"} -azalea-chat = {path = "../azalea-chat"} -azalea-nbt = {path = "../azalea-nbt"} +azalea-buf = {path = "../azalea-buf", version = "^0.1.0"} +azalea-chat = {path = "../azalea-chat", version = "^0.1.0"} +azalea-nbt = {path = "../azalea-nbt", version = "^0.1.0"} uuid = "^1.1.2" -- cgit v1.2.3