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.

21 lines
487 B

  1. [package]
  2. name = "login_server"
  3. version = "0.1.0"
  4. edition = "2021"
  5. [dependencies]
  6. entity = { workspace = true }
  7. networking = { workspace = true }
  8. pktbuilder = { workspace = true }
  9. stats = { workspace = true }
  10. libpso = { workspace = true }
  11. async-std = { workspace = true }
  12. async-trait = { workspace = true }
  13. anyhow = { workspace = true }
  14. bcrypt = { workspace = true }
  15. crc = { workspace = true }
  16. thiserror = { workspace = true }
  17. chrono = { workspace = true }
  18. rand= { workspace = true }