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.

17 lines
304 B

6 years ago
6 years ago
6 years ago
6 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. [dependencies]
  10. futures-preview = "=0.3.0-alpha.16"
  11. libpso = { path = "../libpso" }
  12. rand = "0.6.5"
  13. walkdir = "2"
  14. mio = "0.6"
  15. crc = "^1.0.0"