elseware/Cargo.toml
2019-06-25 15:14:53 -07:00

18 lines
290 B
TOML

[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"