aboutsummaryrefslogtreecommitdiff
path: root/azalea-buf
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-buf
parentf0e9a4822258197b02025ca17e0d2a71b64a6db6 (diff)
downloadazalea-drasl-889f7426961eaa56bd4507aa5bd28cd9b26fd2ed.tar.xz
add "repository" field to all crates
Diffstat (limited to 'azalea-buf')
-rw-r--r--azalea-buf/Cargo.toml3
-rw-r--r--azalea-buf/azalea-buf-macros/Cargo.toml1
2 files changed, 3 insertions, 1 deletions
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]