diff options
Diffstat (limited to 'azalea-block')
| -rw-r--r-- | azalea-block/Cargo.toml | 5 | ||||
| -rw-r--r-- | azalea-block/azalea-block-macros/Cargo.toml | 1 |
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] |
