mirror of
https://github.com/PacktPublishing/Rust-High-Performance.git
synced 2026-01-25 02:34:19 +09:00
9 lines
149 B
TOML
9 lines
149 B
TOML
[package]
|
|
name = "example19"
|
|
version = "0.1.0"
|
|
authors = ["Razican <razican@protonmail.ch>"]
|
|
|
|
[dependencies]
|
|
threadpool = "1.7.1"
|
|
num_cpus = "1.8.0"
|