[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 = "*" features = ["default"] [dependencies.tokio] version = "*" features = ["full"] [dependencies.anyhow] version = "*" [dependencies.async-trait] version = "*" [dependencies.mcproto-rs] version = "*" features = ["default", "v1_19_3"] [patch.crates-io.craftio-rs] # git = "https://github.com/Twister915/craftio-rs.git" path = "../craftio-rs" [patch.crates-io.mcproto-rs] # git = "https://github.com/Web-44/mcproto-rs.git" path = "../mcproto-rs"