mirror of
https://github.com/Hopiu/lychee.git
synced 2026-04-15 19:00:58 +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
14 lines
298 B
TOML
14 lines
298 B
TOML
[package]
|
|
name = "client_pool"
|
|
version = "0.1.0"
|
|
edition = "2021"
|
|
|
|
[[example]]
|
|
name = "client_pool"
|
|
path = "client_pool.rs"
|
|
|
|
[dependencies]
|
|
futures = "0.3.26"
|
|
tokio-stream = "0.1.12"
|
|
lychee-lib = { path = "../../lychee-lib", version = "0.11.1" }
|
|
tokio = { version = "1.25.0", features = ["full"] }
|