rusolver/Cargo.toml
Edu4rdSHL 6a63f85199
Update dependencies.
Signed-off-by: Edu4rdSHL <edu4rdshl@protonmail.com>
2022-01-25 10:45:44 -05:00

20 lines
668 B
TOML

[package]
name = "rusolver"
version = "0.7.0"
authors = ["Eduard Tolosa <edu4rdshl@protonmail.com>"]
edition = "2018"
description = "Fast DNS resolver written in Rust."
repository = "https://github.com/edu4rdshl/rusolver"
license = "GPL-3.0-or-later"
keywords = ["dns-resolution", "dns-resolver"]
readme = "README.md"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
tokio = { version = "1.6.1", features = ["full"] }
futures = "0.3.15"
trust-dns-resolver = { version = "0.20.3" }
# trust-dns-resolver = { git = "https://github.com/Edu4rdSHL/trust-dns", branch = "main" }
clap = "2.33.3"
rand = "0.8.3"