mirror of
https://github.com/edu4rdshl/fhc.git
synced 2026-07-17 23:24:50 +00:00
parent
b0876d0f16
commit
2888858d4e
4 changed files with 694 additions and 571 deletions
19
Cargo.toml
19
Cargo.toml
|
|
@ -12,19 +12,14 @@ readme = "README.md"
|
|||
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
|
||||
|
||||
[dependencies]
|
||||
tokio = { version = "1.20.1", features = ["full", "io-util"] }
|
||||
futures = "0.3.23"
|
||||
clap = "2.33.4"
|
||||
reqwest = { version = "0.11.11", features = ["trust-dns", "rustls-tls", "native-tls"] }
|
||||
openssl = { version = "0.10.41", features = ["vendored"] }
|
||||
tokio = { version = "1.36.0", features = ["full", "io-util"] }
|
||||
futures = "0.3.30"
|
||||
clap = "2.34.0"
|
||||
reqwest = { version = "0.11.24", features = ["trust-dns", "rustls-tls", "native-tls"] }
|
||||
openssl = { version = "0.10.64", features = ["vendored"] }
|
||||
rand = "0.8.5"
|
||||
scraper = "0.13.0"
|
||||
async-recursion = "1.0.0"
|
||||
|
||||
# https://github.com/bluejekyll/trust-dns/pull/1632
|
||||
[patch.crates-io]
|
||||
trust-dns-resolver = { git = "https://github.com/Findomain/trust-dns", package = "trust-dns-resolver", branch = "custombranch" }
|
||||
|
||||
scraper = "0.19.0"
|
||||
async-recursion = "1.0.5"
|
||||
|
||||
[profile.release]
|
||||
lto = 'thin'
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue