view Cargo.toml @ 5:e869e24e5613

thread test
author Shinji KONO <kono@ie.u-ryukyu.ac.jp>
date Tue, 12 Jan 2021 11:34:52 +0900
parents d2f0d33c1586
children 7eb649571bc6
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",
]