rust/hedgewars-checker/Cargo.toml
author unc0rr
Wed, 24 Oct 2018 00:08:23 +0200
changeset 13958 e98e2fc556a7
parent 13957 d12ca66054aa
child 13962 a4877a16564d
permissions -rw-r--r--
Create replay file, run engine, result from it and send it to the server. Not implemented: filtering of engine output.

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

[dependencies]
rust-ini = "0.13"
dirs = "1.0"
argparse = "0.2.2"
log = "0.4"
stderrlog = "0.4"
netbuf = "0.4"
tempfile = "3.0"
base64 = "0.9.3"