数据同步
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.

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