1
0
mirror of https://github.com/KaiserY/trpl-zh-cn synced 2025-04-25 15:38:03 +08:00
trpl-zh-cn/listings/ch16-fearless-concurrency/listing-16-11/Cargo.toml

7 lines
86 B
TOML

[package]
name = "message-passing"
version = "0.1.0"
edition = "2021"
[dependencies]