view 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 7eb649571bc6
children
line wrap: on
line source

[package]
name = "rust-tutorial"
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]

[workspace]

members = [
   "guessing",
   "src/t01guessing",
   "src/t16thread",
   "src/async_test",
   "src/thread_pool_test"
]