summaryrefslogtreecommitdiff
path: root/resolver/Cargo.toml
diff options
context:
space:
mode:
authorTyler Murphy <tylermurphy534@gmail.com>2023-03-01 01:13:25 -0500
committerTyler Murphy <tylermurphy534@gmail.com>2023-03-01 01:13:25 -0500
commitb7676d06363f71b4a856c5f5815f75e2bf7ca8ec (patch)
treeb7e188aa4e1abaa69b1b9ee4fb6cd5a0ad60637d /resolver/Cargo.toml
parentgpl (diff)
downloadwrapper-b7676d06363f71b4a856c5f5815f75e2bf7ca8ec.tar.gz
wrapper-b7676d06363f71b4a856c5f5815f75e2bf7ca8ec.tar.bz2
wrapper-b7676d06363f71b4a856c5f5815f75e2bf7ca8ec.zip
inital working dns
Diffstat (limited to 'resolver/Cargo.toml')
-rw-r--r--resolver/Cargo.toml9
1 files changed, 9 insertions, 0 deletions
diff --git a/resolver/Cargo.toml b/resolver/Cargo.toml
new file mode 100644
index 0000000..bc56d62
--- /dev/null
+++ b/resolver/Cargo.toml
@@ -0,0 +1,9 @@
+[package]
+name = "resolver"
+version = "0.1.0"
+edition = "2021"
+
+[dependencies]
+packet = { path = "../packet" }
+tokio = { version = "1", features = ["full"] }
+async-recursion = "1" \ No newline at end of file