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.
20 lines
319 B
20 lines
319 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"
|
|
|
|
[[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"
|