aboutsummaryrefslogtreecommitdiff
path: root/azalea-block/Cargo.toml
diff options
context:
space:
mode:
authorUbuntu <github@matdoes.dev>2023-02-10 01:56:45 +0000
committerUbuntu <github@matdoes.dev>2023-02-10 01:56:45 +0000
commit9d4f738d4e66adf0796e163d1c9368aaba906bba (patch)
treeae7b3c7fca0ff054eb67c1311955e9321a37e559 /azalea-block/Cargo.toml
parent48b2a37aa09f0302b40d0678cdde2703f919ed18 (diff)
downloadazalea-drasl-9d4f738d4e66adf0796e163d1c9368aaba906bba.tar.xz
make blockstate good
Diffstat (limited to 'azalea-block/Cargo.toml')
-rwxr-xr-xazalea-block/Cargo.toml8
1 files changed, 3 insertions, 5 deletions
diff --git a/azalea-block/Cargo.toml b/azalea-block/Cargo.toml
index 0ab2edab..13b1758c 100755
--- a/azalea-block/Cargo.toml
+++ b/azalea-block/Cargo.toml
@@ -6,13 +6,11 @@ name = "azalea-block"
repository = "https://github.com/mat-1/azalea/tree/main/azalea-block"
version = "0.5.0"
-[features]
-full-debug = ["azalea-block-macros/full-debug"]
-
[lib]
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
-azalea-block-macros = {path = "./azalea-block-macros", version = "^0.5.0" }
-azalea-buf = {path = "../azalea-buf", version = "^0.5.0" }
+azalea-block-macros = { path = "./azalea-block-macros", version = "^0.5.0" }
+azalea-buf = { path = "../azalea-buf", version = "^0.5.0" }
+azalea-registry = { version = "0.5.0", path = "../azalea-registry" }