rust-book-cn/english/listings/ch16-fearless-concurrency/listing-16-02/Cargo.toml
2021-05-10 00:19:46 +08:00

8 lines
120 B
TOML

[package]
name = "threads"
version = "0.1.0"
authors = ["Your Name <you@example.com>"]
edition = "2018"
[dependencies]