elseware/Cargo.toml
2019-08-28 20:40:17 -07:00

20 lines
319 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"
[[bin]]
name = "login"
path = "src/login/main.rs"
[dependencies]
libpso = { path = "../libpso" }
rand = "0.6.5"
mio = "0.6"
crc = "^1.0.0"
bcrypt = "0.4"