aboutsummaryrefslogtreecommitdiff
path: root/azalea-block
diff options
context:
space:
mode:
authormat <github@matdoes.dev>2022-10-30 14:03:13 -0500
committermat <github@matdoes.dev>2022-10-30 14:03:13 -0500
commit889f7426961eaa56bd4507aa5bd28cd9b26fd2ed (patch)
treee12be69e66eef72e2b4bcb60c4e3f42037e82f26 /azalea-block
parentf0e9a4822258197b02025ca17e0d2a71b64a6db6 (diff)
downloadazalea-drasl-889f7426961eaa56bd4507aa5bd28cd9b26fd2ed.tar.xz
add "repository" field to all crates
Diffstat (limited to 'azalea-block')
-rw-r--r--azalea-block/Cargo.toml5
-rw-r--r--azalea-block/azalea-block-macros/Cargo.toml1
2 files changed, 4 insertions, 2 deletions
diff --git a/azalea-block/Cargo.toml b/azalea-block/Cargo.toml
index f964713e..26d30ec8 100644
--- a/azalea-block/Cargo.toml
+++ b/azalea-block/Cargo.toml
@@ -3,6 +3,7 @@ description = "Representation of Minecraft block states."
edition = "2021"
license = "MIT"
name = "azalea-block"
+repository = "https://github.com/mat-1/azalea/tree/main/azalea-block"
version = "0.2.0"
[lib]
@@ -10,5 +11,5 @@ version = "0.2.0"
# 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.2.0" }
-azalea-buf = {path = "../azalea-buf", version = "^0.2.0" }
+azalea-block-macros = {path = "./azalea-block-macros", version = "^0.2.0"}
+azalea-buf = {path = "../azalea-buf", version = "^0.2.0"}
diff --git a/azalea-block/azalea-block-macros/Cargo.toml b/azalea-block/azalea-block-macros/Cargo.toml
index d208dc99..c1e66f62 100644
--- a/azalea-block/azalea-block-macros/Cargo.toml
+++ b/azalea-block/azalea-block-macros/Cargo.toml
@@ -3,6 +3,7 @@ description = "Proc macros used by azalea-block."
edition = "2021"
license = "MIT"
name = "azalea-block-macros"
+repository = "https://github.com/mat-1/azalea/tree/main/azalea-block/azalea-block-macros"
version = "0.2.0"
[lib]