author | Marcin Mielniczuk <marmistrz.dev@zoho.eu> |
Tue, 03 Jul 2018 22:37:15 +0300 | |
changeset 13440 | 2e5a5eee8d80 |
parent 13430 | 50f852e7ad82 |
child 13442 | a0c3431f60ac |
permissions | -rw-r--r-- |
12130 | 1 |
[package] |
2 |
name = "hedgewars-server" |
|
3 |
version = "0.0.1" |
|
4 |
authors = [ "Andrey Korotaev <a.korotaev@hedgewars.org>" ] |
|
5 |
||
6 |
[dependencies] |
|
13440
2e5a5eee8d80
Update rand and log to the latest versions
Marcin Mielniczuk <marmistrz.dev@zoho.eu>
parents:
13430
diff
changeset
|
7 |
rand = "0.5" |
12130 | 8 |
mio = "0.6" |
12762 | 9 |
slab = "0.4" |
10 |
netbuf = "0.4.0" |
|
11 |
nom = "3.2" |
|
12 |
env_logger = "0.4" |
|
13440
2e5a5eee8d80
Update rand and log to the latest versions
Marcin Mielniczuk <marmistrz.dev@zoho.eu>
parents:
13430
diff
changeset
|
13 |
log = "0.4" |
13124
1e39b8749072
separated the server logic from all the async io mess.
alfadur
parents:
12762
diff
changeset
|
14 |
proptest = "0.5.1" |
13430 | 15 |
base64 = "*" |