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.

19 lines
319 B

5 years ago
5 years ago
5 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. libpso = { path = "../libpso" }
  14. rand = "0.6.5"
  15. mio = "0.6"
  16. crc = "^1.0.0"
  17. bcrypt = "0.4"