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.

31 lines
472 B

5 years ago
5 years ago
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 = "everything"
  8. path = "src/main.rs"
  9. [[bin]]
  10. name = "patch"
  11. path = "src/patch_main.rs"
  12. [[bin]]
  13. name = "login"
  14. path = "src/login_main.rs"
  15. [dependencies]
  16. libpso = { git = "http://git.sharnoth.com/jake/libpso" }
  17. rand = "0.6.5"
  18. mio = "0.6"
  19. mio-extras = "2.0.5"
  20. crc = "^1.0.0"
  21. bcrypt = "0.4"
  22. threadpool = "1.0"
  23. chrono = "*"
  24. serde = "*"
  25. ron = "*"