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-buf/Cargo.toml | 3 ++- azalea-buf/azalea-buf-macros/Cargo.toml | 1 + 2 files changed, 3 insertions(+), 1 deletion(-) (limited to 'azalea-buf') diff --git a/azalea-buf/Cargo.toml b/azalea-buf/Cargo.toml index 71b0eb83..7011610e 100644 --- a/azalea-buf/Cargo.toml +++ b/azalea-buf/Cargo.toml @@ -3,12 +3,13 @@ description = "Serialize and deserialize buffers from Minecraft." edition = "2021" license = "MIT" name = "azalea-buf" +repository = "https://github.com/mat-1/azalea/tree/main/azalea-buf" version = "0.2.0" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] -azalea-buf-macros = {path = "./azalea-buf-macros", version = "^0.2.0" } +azalea-buf-macros = {path = "./azalea-buf-macros", version = "^0.2.0"} byteorder = "^1.4.3" serde_json = {version = "^1.0", optional = true} thiserror = "^1.0.34" diff --git a/azalea-buf/azalea-buf-macros/Cargo.toml b/azalea-buf/azalea-buf-macros/Cargo.toml index 1ca72c57..26ed3329 100644 --- a/azalea-buf/azalea-buf-macros/Cargo.toml +++ b/azalea-buf/azalea-buf-macros/Cargo.toml @@ -3,6 +3,7 @@ description = "#[derive(McBuf)]" edition = "2021" license = "MIT" name = "azalea-buf-macros" +repository = "https://github.com/mat-1/azalea/tree/main/azalea-buf" version = "0.2.0" [lib] -- cgit v1.2.3