diff options
author | Tyler Murphy <tylermurphy534@gmail.com> | 2023-03-03 00:10:21 -0500 |
---|---|---|
committer | Tyler Murphy <tylermurphy534@gmail.com> | 2023-03-03 00:10:21 -0500 |
commit | 0f40ab89e3b523ac206077d932a0e2d40d75f7e0 (patch) | |
tree | c4914050d1bbca8af77347220c0785c8ebefa213 /Cargo.toml | |
parent | clippy my beloved (diff) | |
download | wrapper-0f40ab89e3b523ac206077d932a0e2d40d75f7e0.tar.gz wrapper-0f40ab89e3b523ac206077d932a0e2d40d75f7e0.tar.bz2 wrapper-0f40ab89e3b523ac206077d932a0e2d40d75f7e0.zip |
finialize initial dns + caching
Diffstat (limited to 'Cargo.toml')
-rw-r--r-- | Cargo.toml | 7 |
1 files changed, 5 insertions, 2 deletions
@@ -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 |