summaryrefslogtreecommitdiffstats
path: root/src/doc/book/listings/ch16-fearless-concurrency/listing-16-02/Cargo.toml
blob: bd4edf762618c826394d69ebff682ad711f61515 (plain)
1
2
3
4
5
6
[package]
name = "threads"
version = "0.1.0"
edition = "2021"

[dependencies]