author | Wuzzy <Wuzzy2@mail.ru> |
Wed, 04 Apr 2018 21:34:09 +0200 | |
changeset 13310 | af229e3d274a |
parent 13119 | 1e39b8749072 |
child 13425 | 50f852e7ad82 |
permissions | -rw-r--r-- |
12125 | 1 |
[package] |
2 |
name = "hedgewars-server" |
|
3 |
version = "0.0.1" |
|
4 |
authors = [ "Andrey Korotaev <a.korotaev@hedgewars.org>" ] |
|
5 |
||
6 |
[dependencies] |
|
7 |
rand = "0.3" |
|
8 |
mio = "0.6" |
|
12757 | 9 |
slab = "0.4" |
10 |
netbuf = "0.4.0" |
|
11 |
nom = "3.2" |
|
12 |
env_logger = "0.4" |
|
13 |
log = "0.3.8" |
|
13119
1e39b8749072
separated the server logic from all the async io mess.
alfadur
parents:
12757
diff
changeset
|
14 |
proptest = "0.5.1" |