lychee/examples/builder/Cargo.toml
dependabot[bot] e38724a022
Bump tokio from 1.18.2 to 1.19.2 (#643)
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>
2022-06-08 19:39:16 +02: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.10.0" }
tokio = { version = "1.19.2", features = ["full"] }
regex = "1.5.6"
http = "0.2.7"
reqwest = { version = "0.11.10", features = ["gzip"] }