You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

18 lines
304 B

[package]
name = "elseware"
version = "0.1.0"
authors = ["Jake Probst <jake.probst@gmail.com>"]
edition = "2018"
[[bin]]
name = "patch"
path = "src/patch/main.rs"
[dependencies]
futures-preview = "=0.3.0-alpha.16"
libpso = { path = "../libpso" }
rand = "0.6.5"
walkdir = "2"
mio = "0.6"
crc = "^1.0.0"