mirror of
https://github.com/Hopiu/lychee.git
synced 2026-03-31 20:00:24 +00:00
14 lines
296 B
TOML
14 lines
296 B
TOML
[package]
|
|
name = "client_pool"
|
|
version = "0.1.0"
|
|
edition = "2021"
|
|
|
|
[[example]]
|
|
name = "client_pool"
|
|
path = "client_pool.rs"
|
|
|
|
[dependencies]
|
|
futures = "0.3.19"
|
|
tokio-stream = "0.1.8"
|
|
lychee-lib = { path = "../../lychee-lib", version = "0.8.2" }
|
|
tokio = { version = "1.15.0", features = ["full"] }
|