write crate niceties

This commit is contained in:
Quaternions 2024-03-29 01:22:28 -07:00
parent 324e0eb69b
commit 0e4489b360
2 changed files with 6 additions and 2 deletions

2
Cargo.lock generated
View File

@ -45,7 +45,7 @@ dependencies = [
[[package]]
name = "strafesnet_common"
version = "0.1.0"
version = "0.1.2"
dependencies = [
"bitflags",
"glam",

View File

@ -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 <krakow20@gmail.com>"]
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html