CS110L-Lab/week6/parallel_map/Cargo.toml
2023-03-08 11:27:13 +08:00

10 lines
259 B
TOML

[package]
name = "parallel_map"
version = "0.1.0"
authors = ["Armin Namavari <arminn@stanford.edu>"]
edition = "2018"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
crossbeam-channel = "0.5.7"