You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
description = "Através deste software será possivel estar realizando a operação de estar efetuando a busca de registros de DNS para um determinado dominio."
version = "1.0.0"
edition = "2021"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
tokio = { version = "1", features = ["full"] }
trust-dns-resolver = "*"
clap = { version = "4.5.9", features = ["derive"]}