summaryrefslogtreecommitdiff
path: root/Cargo.toml
blob: e8fb65449e517cf8e35bb269fa87daea0de8f35c (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
[package]
name = "texmodbot"
version = "0.1.0"
edition = "2021"
description = "Extract texture modifiers from minetest servers to obtain test data for texture modifier parsers"

[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" }
clap = { version = "4.3.0", features = ["derive"] }
futures-util = "0.3.28"
enumset = "1.1.2"