mirror of
https://github.com/Hopiu/lychee.git
synced 2026-04-20 21:21:02 +00:00
12 lines
234 B
TOML
12 lines
234 B
TOML
[package]
|
|
name = "client_pool"
|
|
version = "0.1.0"
|
|
edition = "2018"
|
|
|
|
[[example]]
|
|
name = "client_pool"
|
|
path = "client_pool.rs"
|
|
|
|
[dependencies]
|
|
lychee-lib = { path = "../../lychee-lib" }
|
|
tokio = { version = "1.5.0", features = ["full"] }
|