From 0f40ab89e3b523ac206077d932a0e2d40d75f7e0 Mon Sep 17 00:00:00 2001 From: Tyler Murphy Date: Fri, 3 Mar 2023 00:10:21 -0500 Subject: finialize initial dns + caching --- Cargo.toml | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) (limited to 'Cargo.toml') diff --git a/Cargo.toml b/Cargo.toml index 1d0690c..a8c6cd9 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -4,5 +4,8 @@ version = "0.1.0" edition = "2021" [dependencies] -resolver = { path = "resolver"} -tokio = { version = "1", features = ["full"] } \ No newline at end of file +tokio = { version = "1", features = ["full"] } +async-recursion = "1" +tracing = "0.1.37" +tracing-subscriber = "0.3.16" +moka = { version = "0.10.0", features = ["future"] } \ No newline at end of file -- cgit v1.2.3-freya