summaryrefslogtreecommitdiff
path: root/Cargo.toml
blob: 33602cd46df3baa0c1853cb685f86f7712409285 (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 = { path = "../mt_auth" }