From cf46e1fde6bdb105b9706e3d19aaf7ae8eb0109b Mon Sep 17 00:00:00 2001 From: Joey Sacchini Date: Sat, 9 Jan 2021 14:40:54 -0500 Subject: update Cargo.toml --- Cargo.toml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/Cargo.toml b/Cargo.toml index ebf7489..34cffaf 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -4,6 +4,10 @@ version = "0.1.0" authors = ["Joey Sacchini "] edition = "2018" license = "APACHE 2.0" +description = "A crate to read & write packets defined in mcproto-rs to I/O sinks/sources" +homepage = "https://github.com/Twister915/craftio-rs" +repository = "https://github.com/Twister915/craftio-rs" +readme = "README.md" [dependencies] mcproto-rs = { git = "https://github.com/Twister915/mcproto-rs", branch = "master", features = ["std"], default-features = false } -- cgit