lychee/examples/simple/Cargo.toml
dependabot[bot] a8d1359df4
Bump tokio from 1.15.0 to 1.16.1 (#482)
Bumps [tokio](https://github.com/tokio-rs/tokio) from 1.15.0 to 1.16.1.
- [Release notes](https://github.com/tokio-rs/tokio/releases)
- [Commits](https://github.com/tokio-rs/tokio/compare/tokio-1.15.0...tokio-1.16.1)

---
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-01-28 13:23:02 +01:00

12 lines
239 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.8.2" }
tokio = { version = "1.16.1", features = ["full"] }