shitty message client
Du kan inte välja fler än 25 ämnen Ämnen måste starta med en bokstav eller siffra, kan innehålla bindestreck ('-') och vara max 35 tecken långa.

20 rader
464 B

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