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/Cargo.toml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'azalea') diff --git a/azalea/Cargo.toml b/azalea/Cargo.toml index e86dbde4..a456d1ea 100644 --- a/azalea/Cargo.toml +++ b/azalea/Cargo.toml @@ -3,6 +3,7 @@ description = "A framework for creating Minecraft bots." edition = "2021" license = "MIT" name = "azalea" +repository = "https://github.com/mat-1/azalea/tree/main/azalea" version = "0.2.4" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html @@ -10,8 +11,8 @@ version = "0.2.4" [dependencies] anyhow = "^1.0.65" async-trait = "^0.1.57" -azalea-client = { version = "0.2.2", path = "../azalea-client" } -azalea-protocol = { version = "0.2.0", path = "../azalea-protocol" } +azalea-client = {version = "0.2.2", path = "../azalea-client"} +azalea-protocol = {version = "0.2.0", path = "../azalea-protocol"} parking_lot = "^0.12.1" thiserror = "^1.0.37" tokio = "^1.21.1" -- cgit v1.2.3