gameServer2/Cargo.toml
author Wuzzy <Wuzzy2@mail.ru>
Wed, 11 Jul 2018 18:13:52 +0200
changeset 13472 d3209e0caf12
parent 13439 c4f917c6be51
child 13522 282e5e54386f
permissions -rw-r--r--
Fix aihDoesntMatter still being attacked with air attack The calculation in TestBazooka created a sum of numbers which might have been BadTurn, a huge negative number, thus creating an overflow.

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

[dependencies]
rand = "0.5"
mio = "0.6"
slab = "0.4"
netbuf = "0.4.0"
nom = "4.0"
env_logger = "0.4"
log = "0.4"
proptest = "0.8"
base64 = "0.9"