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

2 个月前
2 个月前
1234567891011121314
  1. [package]
  2. name = "tcp_client"
  3. version = "0.1.0"
  4. edition = "2021"
  5. [dependencies]
  6. tokio = { version = "1.28", features = ["full"] }
  7. diesel = { version = "2.1.0", features = ["postgres", "chrono", "serde_json"] }
  8. diesel-async = { version = "0.4.1", features = ["postgres"] }
  9. config = "0.13"
  10. serde = { version = "1.0", features = ["derive"] }
  11. serde_json = "1.0"
  12. chrono = { version = "0.4", features = ["serde"] }
  13. urlencoding = "2.1"