Moving to async

This commit is contained in:
Alexandr Bogomyakov
2023-07-26 01:26:55 +03:00
parent ad2d36bb35
commit 10345fbce6
3 changed files with 6 additions and 3 deletions

View File

@ -12,6 +12,7 @@ authors = ["AB <gh@hexor.ru>"]
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
tokio = { version = "1", features = ["full"] }
dns-lookup = "2.0.2"
log = "0.4.0"
env_logger = "0.10.0"