mirror of
https://github.com/Hopiu/lychee.git
synced 2026-05-18 02:31:06 +00:00
* Fix cached 200 status code handling Assert that code 200 never needs to be explicitly accepted for cached response to match the behavior of uncached checks * Bump version to v0.11.1
16 lines
371 B
TOML
16 lines
371 B
TOML
[package]
|
|
name = "collect_links"
|
|
version = "0.1.0"
|
|
edition = "2021"
|
|
|
|
[[example]]
|
|
name = "collect_links"
|
|
path = "collect_links.rs"
|
|
|
|
[dependencies]
|
|
lychee-lib = { path = "../../lychee-lib", version = "0.11.1" }
|
|
tokio = { version = "1.25.0", features = ["full"] }
|
|
regex = "1.7.1"
|
|
http = "0.2.9"
|
|
tokio-stream = "0.1.12"
|
|
reqwest = { version = "0.11.14", features = ["gzip"] }
|