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
354 B

6 years ago
6 years ago
6 years ago
5 years ago
  1. [package]
  2. name = "elseware"
  3. version = "0.1.0"
  4. authors = ["Jake Probst <jake.probst@gmail.com>"]
  5. edition = "2018"
  6. [[bin]]
  7. name = "patch"
  8. path = "src/patch/main.rs"
  9. [[bin]]
  10. name = "login"
  11. path = "src/login/main.rs"
  12. [dependencies]
  13. futures-preview = "=0.3.0-alpha.16"
  14. libpso = { path = "../libpso" }
  15. rand = "0.6.5"
  16. walkdir = "2"
  17. mio = "0.6"
  18. crc = "^1.0.0"