From 030dddd3aecb21e44a4e383a95b947dda62cfaca Mon Sep 17 00:00:00 2001 From: Joey Sacchini Date: Sat, 9 Jan 2021 14:49:38 -0500 Subject: depend on crates.io version of mcproto-rs --- Cargo.toml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'Cargo.toml') diff --git a/Cargo.toml b/Cargo.toml index 34cffaf..d37a23f 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -4,13 +4,14 @@ version = "0.1.0" authors = ["Joey Sacchini "] edition = "2018" license = "APACHE 2.0" +keywords = ["minecraft", "games", "io", "async", "futures"] 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 } +mcproto-rs = { version = "0.2.0", branch = "master", features = ["std"], default-features = false } aes = { version = "0.6", optional = true } flate2 = { version = "1.0", features = ["zlib"], optional = true } -- cgit