rust/hedgewars-checker/Cargo.toml
author alfadur
Sat, 16 Oct 2021 02:20:15 +0300
changeset 15843 4a1e3d824c34
parent 15835 ad79e5c0885c
child 15913 fe519de9c270
permissions -rw-r--r--
make domesticated sentries not target their owners

[package]
name = "hedgewars-checker"
version = "1.0.0"
authors = ["Andrey Korotaev <a.korotaev@hedgewars.org>"]
edition = "2018"

[dependencies]
rust-ini = "0.17"
dirs = "3.0"
argparse = "0.2.2"
log = "0.4"
stderrlog = "0.5"
netbuf = "0.4"
tempfile = "3.0"
base64 = "0.13"
hedgewars-network-protocol = { path = "../hedgewars-network-protocol" }
anyhow = "1.0"
tokio = {version="1.6", features = ["full"]}