lychee/examples/simple/Cargo.toml
dependabot[bot] e8e942663c
Bump tokio from 1.22.0 to 1.23.0 (#864)
Bumps [tokio](https://github.com/tokio-rs/tokio) from 1.22.0 to 1.23.0.
- [Release notes](https://github.com/tokio-rs/tokio/releases)
- [Commits](https://github.com/tokio-rs/tokio/compare/tokio-1.22.0...tokio-1.23.0)

---
updated-dependencies:
- dependency-name: tokio
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

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

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2022-12-12 01:05:22 +01:00

12 lines
240 B
TOML

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