|
@ -19,8 +19,8 @@ path = "src/main.rs" |
|
|
|
|
|
|
|
|
[dependencies] |
|
|
[dependencies] |
|
|
libpso = { git = "http://git.sharnoth.com/jake/libpso" } |
|
|
libpso = { git = "http://git.sharnoth.com/jake/libpso" } |
|
|
async-std = { version = "1.4.0", features = ["unstable"] } |
|
|
|
|
|
futures = "0.3.1" |
|
|
|
|
|
|
|
|
async-std = { version = "1.5.0", features = ["unstable"] } |
|
|
|
|
|
futures = "0.3.4" |
|
|
rand = "0.7.3" |
|
|
rand = "0.7.3" |
|
|
rand_chacha = "0.2.2" |
|
|
rand_chacha = "0.2.2" |
|
|
mio = "0.6" |
|
|
mio = "0.6" |
|
|