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

5 years ago
5 years ago
4 years ago
5 years ago
5 years ago
4 years ago
4 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. [dependencies]
  7. libpso = { git = "http://git.sharnoth.com/jake/libpso" }
  8. async-std = { version = "1.5.0", features = ["unstable", "attributes"] }
  9. futures = "0.3.5"
  10. rand = "0.7.3"
  11. rand_chacha = "0.2.2"
  12. mio = "0.6"
  13. mio-extras = "2.0.5"
  14. crc = "^1.0.0"
  15. bcrypt = "0.4"
  16. threadpool = "1.0"
  17. chrono = "*"
  18. serde = "*"
  19. serde_json = "*"
  20. ron = "*"
  21. toml = "*"
  22. log = "*"
  23. fern = { version = "0.5", features = ["colored"] }
  24. byteorder = "1"
  25. enum-utils = "0.1.2"
  26. derive_more = { version = "0.99.3", features = ["display"]}
  27. thiserror = "1.0.15"
  28. ages-prs = "0.1"
  29. async-trait = "0.1.31"