mirror of
https://github.com/skerkour/black-hat-rust
synced 2026-06-08 17:29:34 +00:00
11 lines
257 B
TOML
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"
|