view Cargo.toml @ 13:afac42f2b948 default tip

fix comment
author Shinji KONO <kono@ie.u-ryukyu.ac.jp>
date Tue, 19 Jan 2021 18:30:44 +0900
parents 34aba7ec9efc
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"
]