数据同步
25개 이상의 토픽을 선택하실 수 없습니다. Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

Cargo.toml 154B

12345678
  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 = "0.7"