mirror of
https://github.com/edu4rdshl/fhc.git
synced 2026-07-17 23:24:50 +00:00
Split functions across modules.
Optimize performance using trust-dns-resolver for DNS caching. Signed-off-by: Edu4rdSHL <edu4rdshl@protonmail.com>
This commit is contained in:
parent
19d3eee9cd
commit
212152222c
6 changed files with 452 additions and 75 deletions
10
Cargo.toml
10
Cargo.toml
|
|
@ -15,6 +15,14 @@ readme = "README.md"
|
|||
tokio = { version = "1.6.0", features = ["full", "io-util"] }
|
||||
futures = "0.3.15"
|
||||
clap = "2.33.3"
|
||||
reqwest = { version = "0.11.3", features = ["default-tls"] }
|
||||
reqwest = { version = "0.11.3", features = ["trust-dns", "rustls-tls", "native-tls"] }
|
||||
openssl = { version = "0.10.34", features = ["vendored"] }
|
||||
rand = "0.8.3"
|
||||
|
||||
|
||||
[profile.release]
|
||||
lto = true
|
||||
codegen-units = 1
|
||||
panic = 'abort'
|
||||
incremental = false
|
||||
opt-level = "s"
|
||||
Loading…
Add table
Add a link
Reference in a new issue