rust/hedgewars-checker/Cargo.toml
author unc0rr
Wed, 30 Jun 2021 23:06:54 +0200
changeset 15811 a855f32ab3ca
parent 14207 bb2f301d4fe0
child 15813 ad79e5c0885c
permissions -rw-r--r--
- Update hedgewars-network-protocol library with messages needed for checker - Use the library in hedgewars-checker

[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"