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

13 行
337B

  1. [package]
  2. name = "tcp_client"
  3. version = "0.1.0"
  4. edition = "2021"
  5. [dependencies]
  6. tokio = { version = "1.28", features = ["full"] }
  7. tokio-postgres = { version = "0.7", features = ["with-chrono-0_4"] }
  8. config = "0.13"
  9. serde = { version = "1.0", features = ["derive"] }
  10. serde_json = "1.0"
  11. chrono = { version = "0.4", features = ["serde"] }