changeset 13974 | e98e2fc556a7 |
parent 13973 | d12ca66054aa |
child 13978 | a4877a16564d |
--- a/rust/hedgewars-checker/Cargo.toml Tue Oct 23 22:53:28 2018 +0200 +++ b/rust/hedgewars-checker/Cargo.toml Wed Oct 24 00:08:23 2018 +0200 @@ -1,7 +1,7 @@ [package] name = "hedgewars-checker" version = "0.1.0" -authors = ["Andrei Korotaev <andrey.korotaev@aptomar.com>"] +authors = ["Andrey Korotaev <a.korotaev@hedgewars.org>"] [dependencies] rust-ini = "0.13" @@ -10,3 +10,5 @@ log = "0.4" stderrlog = "0.4" netbuf = "0.4" +tempfile = "3.0" +base64 = "0.9.3"