rust/hedgewars-checker/Cargo.toml
author unc0rr
Tue, 23 Oct 2018 22:53:28 +0200
changeset 13952 d12ca66054aa
child 13953 e98e2fc556a7
permissions -rw-r--r--
Start checker implementation in rust

[package]
name = "hedgewars-checker"
version = "0.1.0"
authors = ["Andrei Korotaev <andrey.korotaev@aptomar.com>"]

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