aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJoey Sacchini <joey@sacchini.net>2021-01-09 14:40:54 -0500
committerJoey Sacchini <joey@sacchini.net>2021-01-09 14:40:54 -0500
commitcf46e1fde6bdb105b9706e3d19aaf7ae8eb0109b (patch)
treeee66e76dbb62e3fa5974c53843fe32936588e1f0
parent105d3817533c95934398410f0f51b9bac27051a3 (diff)
downloadcraftio-rs-cf46e1fde6bdb105b9706e3d19aaf7ae8eb0109b.tar.gz
craftio-rs-cf46e1fde6bdb105b9706e3d19aaf7ae8eb0109b.tar.bz2
craftio-rs-cf46e1fde6bdb105b9706e3d19aaf7ae8eb0109b.zip
update Cargo.toml
-rw-r--r--Cargo.toml4
1 files changed, 4 insertions, 0 deletions
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 <joey@sacchini.net>"]
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 }