lychee/examples/builder/Cargo.toml
dependabot[bot] 19ae5fecc0
Bump tokio from 1.5.0 to 1.6.0 (#248)
Bumps [tokio](https://github.com/tokio-rs/tokio) from 1.5.0 to 1.6.0.
- [Release notes](https://github.com/tokio-rs/tokio/releases)
- [Commits](https://github.com/tokio-rs/tokio/compare/tokio-1.5.0...tokio-1.6.0)

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2021-05-17 10:38:33 +02:00

15 lines
No EOL
306 B
TOML

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