-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Beautiful status line with indicatif
- Loading branch information
1 parent
0d0c08e
commit 499d1ca
Showing
3 changed files
with
104 additions
and
30 deletions.
There are no files selected for viewing
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,7 @@ | ||
[package] | ||
name = "batch_resolve_cli" | ||
description = "Fast asynchronous batch DNS resolver built on top of Tokio and TRust-DNS" | ||
version = "0.3.1" | ||
version = "0.3.2" | ||
authors = ["Mike Lubinets <[email protected]>"] | ||
homepage = "http://github.com/mersinvald/batch_resolve" | ||
repository = "http://github.com/mersinvald/batch_resolve" | ||
|
@@ -26,6 +26,7 @@ serde_derive = "0.9" | |
toml = "0.3" | ||
crossbeam = "0.2" | ||
num_cpus = "1.3.0" | ||
indicatif = "0.1.0" | ||
|
||
[dependencies.trust-dns] | ||
version = "0.10" | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters