Files
skerkour-black-hat-rust/ch_02/snippets/threadpool/Cargo.toml
T
2022-06-09 10:00:20 +00:00

11 lines
257 B
TOML

[package]
name = "threadpool_example"
version = "0.1.0"
authors = ["Sylvain Kerkour <sylvain@kerkour.fr>"]
edition = "2021"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
threadpool = "1.8"