lychee/examples/builder/Cargo.toml
Matthias Endler b653a0a1ec
Fix cached 200 status code handling (#958)
* 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
2023-02-23 00:25:53 +01:00

15 lines
329 B
TOML

[package]
name = "builder"
version = "0.1.0"
edition = "2021"
[[example]]
name = "builder"
path = "builder.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"
reqwest = { version = "0.11.14", features = ["gzip"] }