CS110L-Lab/week5/farm/Cargo.toml
2020-10-07 15:58:20 -07:00

11 lines
246 B
TOML

[package]
name = "farm"
version = "0.1.0"
authors = ["Ryan Eberhardt <reberhardt7@gmail.com>"]
edition = "2018"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
num_cpus = "1.13.0"