blob: 351bca9645924ddd6a586eed466f9a074506d10f (
plain)
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 = { git = "https://github.com/minetest-rust/mt_auth" }
|