rusolver/Cargo.toml
Edu4rdSHL b1b70ae48c
Bump version.
Signed-off-by: Edu4rdSHL <edu4rdshl@protonmail.com>
2021-05-09 05:45:54 -05:00

19 lines
563 B
TOML

[package]
name = "rusolver"
version = "0.3.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.5.0", features = ["full"] }
futures = "0.3.14"
trust-dns-resolver = "0.20.2"
clap = "2.33.3"
rand = "0.8.3"