数据同步
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

13 line
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"] }