From bcacf42decf91cbdda6a24a3164717fda46f34cf Mon Sep 17 00:00:00 2001 From: cel 🌸 Date: Fri, 16 Jun 2023 14:49:20 +0100 Subject: implement client socket resolution --- Cargo.toml | 3 +++ 1 file changed, 3 insertions(+) (limited to 'Cargo.toml') diff --git a/Cargo.toml b/Cargo.toml index 8cef70b..ccec909 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -7,3 +7,6 @@ edition = "2021" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] +tokio = { version = "1.28", features = ["full"] } +trust-dns-resolver = "0.22.0" +xml-rs = "0.8.14" -- cgit