rust_book/ch16/threads/Cargo.toml
2025-04-01 22:07:12 -05:00

7 lines
78 B
TOML

[package]
name = "threads"
version = "0.1.0"
edition = "2021"
[dependencies]