lychee/examples/extract/Cargo.toml
dependabot[bot] 7de4e3f0f0
Bump tokio from 1.24.2 to 1.25.0 (#935)
Bumps [tokio](https://github.com/tokio-rs/tokio) from 1.24.2 to 1.25.0.
- [Release notes](https://github.com/tokio-rs/tokio/releases)
- [Commits](https://github.com/tokio-rs/tokio/commits/tokio-1.25.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>
2023-01-30 14:30:20 +01:00

12 lines
243 B
TOML

[package]
name = "extract"
version = "0.1.0"
edition = "2021"
[[example]]
name = "extract"
path = "extract.rs"
[dependencies]
lychee-lib = { path = "../../lychee-lib", version = "0.10.1" }
tokio = { version = "1.25.0", features = ["full"] }