[package] name = "mgasi" version = "0.1.0" edition = "2021" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] [dependencies.craftio-rs] version = "0.1.0" features = ["default"] [dependencies.tokio] version = "1.15.0" features = ["full"] [dependencies.anyhow] version = "*" [dependencies.mcproto-rs] version = "*" features = ["default", "v1_19_3"] [patch.crates-io.mcproto-rs] # git = "https://github.com/Web-44/mcproto-rs.git" path = "../mcproto-rs" [patch.crates-io.craftio-rs] git = "https://github.com/romangraef/craftio-rs.git" branch = "fix/read_packet_len"