threadpool/Cargo.toml

11 lines
216 B
TOML
Raw Normal View History

2024-01-13 12:07:15 +08:00
[package]
name = "threadpool"
version = "0.1.0"
edition = "2021"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
env_logger = "0.10.1"
log = "0.4.20"