mirror of
https://github.com/Hopiu/lychee.git
synced 2026-04-02 04:30:26 +00:00
Bumps [futures](https://github.com/rust-lang/futures-rs) from 0.3.25 to 0.3.26. - [Release notes](https://github.com/rust-lang/futures-rs/releases) - [Changelog](https://github.com/rust-lang/futures-rs/blob/master/CHANGELOG.md) - [Commits](https://github.com/rust-lang/futures-rs/compare/0.3.25...0.3.26) --- updated-dependencies: - dependency-name: futures dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
14 lines
298 B
TOML
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.26"
|
|
tokio-stream = "0.1.11"
|
|
lychee-lib = { path = "../../lychee-lib", version = "0.10.1" }
|
|
tokio = { version = "1.25.0", features = ["full"] }
|