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.

25 lines
537 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. 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"
  19. dotenv = "0.14.1"
  20. diesel = { version = "1.4.2", features = ["r2d2", "postgres", "chrono"] }
  21. diesel-derive-enum = { version = "0.4", features = ["postgres"]}
  22. bcrypt = "0.4"
  23. r2d2 = "*"