diff options
| author | mat <github@matdoes.dev> | 2022-09-05 10:36:48 -0500 |
|---|---|---|
| committer | mat <github@matdoes.dev> | 2022-09-05 10:36:48 -0500 |
| commit | e9f88ce546acb57fe190740d0a74ae0ce6c8d671 (patch) | |
| tree | d1a5afdac92089bc1d6ba3e2642c3ecc28e23ae1 /azalea-physics | |
| parent | 9ca95194696f8e9ef3ca84420f5d3b5082ff70ca (diff) | |
| download | azalea-drasl-e9f88ce546acb57fe190740d0a74ae0ce6c8d671.tar.xz | |
Publish everything* to crates.io
Except azalea-client since it's not ready yet
Diffstat (limited to 'azalea-physics')
| -rw-r--r-- | azalea-physics/Cargo.toml | 10 |
1 files changed, 5 insertions, 5 deletions
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" |
