diff --git a/Cargo.lock b/Cargo.lock index f26d1c2..d987f08 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -45,7 +45,7 @@ dependencies = [ [[package]] name = "strafesnet_common" -version = "0.1.0" +version = "0.1.2" dependencies = [ "bitflags", "glam", diff --git a/Cargo.toml b/Cargo.toml index 6c43d79..28783bf 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,7 +1,11 @@ [package] name = "strafesnet_common" -version = "0.1.0" +version = "0.1.2" edition = "2021" +repository = "https://git.itzana.me/StrafesNET/common" +license = "MIT OR Apache-2.0" +description = "Common types and helpers for Strafe Client associated projects." +authors = ["Rhys Lloyd "] # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html