shitty message client
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
407 B

  1. [package]
  2. name = "msg"
  3. version = "0.1.0"
  4. authors = ["Isabelle L. <me@izzabelle.dev>"]
  5. edition = "2018"
  6. [dependencies]
  7. structopt = "0.3.14"
  8. async-std = { version = "1.5.0",features = ["attributes"] }
  9. chrono = "0.4.11"
  10. serde = { version = "1.0.107", features = ["derive"] }
  11. serde_json = "1.0.52"
  12. uuid = { version = "0.8.1", features = ["v4"] }
  13. lazy_static = "1.4.0"
  14. futures = "0.3.5"
  15. futures-util = "0.3.5"