changeset 13973 | d12ca66054aa |
child 13974 | e98e2fc556a7 |
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/rust/hedgewars-checker/Cargo.toml Tue Oct 23 22:53:28 2018 +0200 @@ -0,0 +1,12 @@ +[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"