From e9f88ce546acb57fe190740d0a74ae0ce6c8d671 Mon Sep 17 00:00:00 2001 From: mat Date: Mon, 5 Sep 2022 10:36:48 -0500 Subject: Publish everything* to crates.io Except azalea-client since it's not ready yet --- azalea-physics/Cargo.toml | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'azalea-physics') diff --git a/azalea-physics/Cargo.toml b/azalea-physics/Cargo.toml index 688da161..96234236 100644 --- a/azalea-physics/Cargo.toml +++ b/azalea-physics/Cargo.toml @@ -1,16 +1,16 @@ [package] +description = "Physics for Minecraft entities." edition = "2021" +license = "MIT" name = "azalea-physics" version = "0.1.0" -description = "Physics for Minecraft entities." -license = "MIT" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] -azalea-block = { path = "../azalea-block" } -azalea-core = { path = "../azalea-core" } -azalea-world = { path = "../azalea-world" } +azalea-block = {path = "../azalea-block", version = "^0.1.0"} +azalea-core = {path = "../azalea-core", version = "^0.1.0"} +azalea-world = {path = "../azalea-world", version = "^0.1.0"} [dev-dependencies] uuid = "^1.1.2" -- cgit v1.2.3