1 2 3 4 5 6 7 8 9
[package] name = "texmodbot" version = "0.1.0" edition = "2021" [dependencies] mt_net = { git = "https://github.com/minetest-rust/mt_net", features = ["conn", "client"] } tokio = { version = "1.25.0", features = ["rt", "rt-multi-thread", "signal"] } mt_auth = { path = "../mt_auth" }