mirror of
https://github.com/Hopiu/lychee.git
synced 2026-03-26 17:30:24 +00:00
Bumps [tokio](https://github.com/tokio-rs/tokio) from 1.18.2 to 1.19.2. - [Release notes](https://github.com/tokio-rs/tokio/releases) - [Commits](https://github.com/tokio-rs/tokio/commits) --- updated-dependencies: - dependency-name: tokio dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
15 lines
329 B
TOML
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.10.0" }
|
|
tokio = { version = "1.19.2", features = ["full"] }
|
|
regex = "1.5.6"
|
|
http = "0.2.7"
|
|
reqwest = { version = "0.11.10", features = ["gzip"] }
|