add -w option and timeout config

This commit is contained in:
wyhaya
2019-10-15 13:23:50 +08:00
parent 8983b943cf
commit 060da0cd5d
8 changed files with 307 additions and 202 deletions

View File

@@ -1,6 +1,6 @@
[package]
name = "updns"
version = "0.0.4"
version = "0.0.5"
edition = "2018"
authors = ["wyhaya <wyhaya@gmail.com>"]
@@ -19,9 +19,8 @@ keywords = [
[dependencies]
ace = "0.0.2"
async-std = "0.99.4"
async-std = "0.99.9"
dirs = "2.0.2"
lazy_static = "1.4.0"
log = {version = "0.4.8", features = ["release_max_level_info"]}
regex = "1.3.1"
time = "0.1.42"