[package] name = "failover-probe" version = "0.0.0" edition = "2021" publish = false [[bin]] name = "failover-probe" path = "src/main.rs" [dependencies] tokio = { version = "1", features = ["rt-multi-thread", "macros"] } tokio-postgres = "0.7"