mirror of
https://github.com/edu4rdshl/fhc.git
synced 2026-07-17 23:24:50 +00:00
Performance improvements + new flag.
This commit is contained in:
parent
9dafb942ce
commit
cd80d37153
3 changed files with 38 additions and 8 deletions
|
|
@ -1,6 +1,6 @@
|
|||
[package]
|
||||
name = "fhc"
|
||||
version = "0.1.0"
|
||||
version = "0.2.0"
|
||||
authors = ["Eduard Tolosa <edu4rdshl@protonmail.com>"]
|
||||
edition = "2018"
|
||||
description = "Fast HTTP Checker."
|
||||
|
|
@ -15,5 +15,5 @@ readme = "README.md"
|
|||
tokio = { version = "0.2.22", features = ["full"] }
|
||||
futures = "0.3.5"
|
||||
clap = "2.33.3"
|
||||
reqwest = "0.10.8"
|
||||
reqwest = { version = "0.10.8", features = ["default-tls"] }
|
||||
openssl = { version = "0.10.30", features = ["vendored"] }
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue