lychee/examples/client_pool/Cargo.toml
dependabot[bot] a9603d6c95
Bump tokio from 1.26.0 to 1.27.0 (#1021)
Bumps [tokio](https://github.com/tokio-rs/tokio) from 1.26.0 to 1.27.0.
- [Release notes](https://github.com/tokio-rs/tokio/releases)
- [Commits](https://github.com/tokio-rs/tokio/compare/tokio-1.26.0...tokio-1.27.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-03-30 01:37:50 +02:00

14 lines
298 B
TOML

[package]
name = "client_pool"
version = "0.1.0"
edition = "2021"
[[example]]
name = "client_pool"
path = "client_pool.rs"
[dependencies]
futures = "0.3.27"
tokio-stream = "0.1.12"
lychee-lib = { path = "../../lychee-lib", version = "0.11.1" }
tokio = { version = "1.27.0", features = ["full"] }