lychee/examples/builder/Cargo.toml
dependabot[bot] 6848b20546
Bump tokio from 1.11.0 to 1.12.0 (#343)
Bumps [tokio](https://github.com/tokio-rs/tokio) from 1.11.0 to 1.12.0.
- [Release notes](https://github.com/tokio-rs/tokio/releases)
- [Commits](https://github.com/tokio-rs/tokio/compare/tokio-1.11.0...tokio-1.12.0)

---
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>
2021-09-22 14:28:59 +02:00

15 lines
No EOL
326 B
TOML

[package]
name = "builder"
version = "0.1.0"
edition = "2018"
[[example]]
name = "builder"
path = "builder.rs"
[dependencies]
lychee-lib = { path = "../../lychee-lib", version = "0.7.2" }
tokio = { version = "1.12.0", features = ["full"] }
regex = "1.4.6"
http = "0.2.5"
reqwest = { version = "0.11.3", features = ["gzip"] }