shitty message client
您最多选择25个主题 主题必须以字母或数字开头,可以包含连字符 (-),并且长度不得超过35个字符

13 行
295 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"