author | alfadur |
Sat, 21 Jul 2018 02:13:55 +0300 | |
changeset 13529 | 662f7df89d06 |
parent 13493 | 282e5e54386f |
child 13666 | 09f4a30e50cc |
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] |
|
13435
2e5a5eee8d80
Update rand and log to the latest versions
Marcin Mielniczuk <marmistrz.dev@zoho.eu>
parents:
13425
diff
changeset
|
7 |
rand = "0.5" |
12125 | 8 |
mio = "0.6" |
12757 | 9 |
slab = "0.4" |
10 |
netbuf = "0.4.0" |
|
13439 | 11 |
nom = "4.0" |
12757 | 12 |
env_logger = "0.4" |
13435
2e5a5eee8d80
Update rand and log to the latest versions
Marcin Mielniczuk <marmistrz.dev@zoho.eu>
parents:
13425
diff
changeset
|
13 |
log = "0.4" |
13437 | 14 |
proptest = "0.8" |
15 |
base64 = "0.9" |
|
13493
282e5e54386f
Something down in the food chain already uses bitflags, so might as well switch to them
alfadur
parents:
13439
diff
changeset
|
16 |
bitflags = "1.0" |
13529 | 17 |
serde = "1.0" |
18 |
serde_yaml = "0.7" |
|
19 |
serde_derive = "1.0" |