adnix-rs/Cargo.toml

21 lines
634 B
TOML

[package]
name = "adnix"
version = "0.3.0"
authors = ["Harsh Shandilya <msfjarvis@gmail.com>"]
edition = "2018"
description = "Rust binary to generate DNSMasq and Unbound configurations from UNIX host files"
license = "MIT"
homepage = "https://github.com/msfjarvis/adnix-rs"
repository = "https://github.com/msfjarvis/adnix-rs"
readme = "README.md"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
clap = { version = "^2.33.0", features = ["yaml", "wrap_help"] }
regex = "1.3.6"
ureq = "0.12.0"
[build-dependencies]
clap = { version = "^2.33.0", features = ["yaml"] }