Isabelle's Lazy Message Protocol
選択できるのは25トピックまでです。 トピックは、先頭が英数字で、英数字とダッシュ('-')を使用した35文字以内のものにしてください。

18 行
380 B

  1. [package]
  2. name = "ilmp"
  3. version = "0.1.0"
  4. authors = ["Isabelle L. <me@izzabelle.dev>"]
  5. edition = "2018"
  6. [dependencies]
  7. serde = { version = "1.0.110", features = ["derive"]}
  8. serde_json = "1.0.53"
  9. futures = "0.3.5"
  10. futures-util = "0.3.5"
  11. uuid = { version = "0.8.1", features = ["v4"] }
  12. chrono = "0.4.11"
  13. ring = "0.16.13"
  14. anyhow = "1.0.30"
  15. thiserror = "1.0.17"
  16. crc32fast = "1.2.0"