mirror of
https://github.com/Hopiu/lychee.git
synced 2026-03-22 23:40:24 +00:00
14 lines
297 B
TOML
14 lines
297 B
TOML
[package]
|
|
name = "client_pool"
|
|
version = "0.1.0"
|
|
edition = "2021"
|
|
|
|
[[example]]
|
|
name = "client_pool"
|
|
path = "client_pool.rs"
|
|
|
|
[dependencies]
|
|
futures = "0.3.21"
|
|
tokio-stream = "0.1.9"
|
|
lychee-lib = { path = "../../lychee-lib", version = "0.10.1" }
|
|
tokio = { version = "1.20.1", features = ["full"] }
|