view src/thread_pool_test/Cargo.toml @ 11:34aba7ec9efc

add thread pool
author Shinji KONO <kono@ie.u-ryukyu.ac.jp>
date Mon, 18 Jan 2021 15:53:03 +0900
parents
children
line wrap: on
line source

[package]
name = "thread_pool_test"
version = "0.1.0"
authors = ["Shinji KONO <kono@ie.u-ryukyu.ac.jp>"]
edition = "2018"

# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html

[dependencies]
threadpool = "1.0"