From 889f7426961eaa56bd4507aa5bd28cd9b26fd2ed Mon Sep 17 00:00:00 2001 From: mat Date: Sun, 30 Oct 2022 14:03:13 -0500 Subject: add "repository" field to all crates --- azalea-block/Cargo.toml | 5 +++-- azalea-block/azalea-block-macros/Cargo.toml | 1 + 2 files changed, 4 insertions(+), 2 deletions(-) (limited to 'azalea-block') 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] -- cgit v1.2.3