13 lines
216 B
TOML
13 lines
216 B
TOML
[package]
|
|
name = "rtiow"
|
|
version = "0.1.0"
|
|
authors = ["Bill Thiede <rust@xinu.tv>"]
|
|
|
|
[dependencies]
|
|
rand = "0.5.5"
|
|
image = "0.19.0"
|
|
crossbeam-channel = "0.2.4"
|
|
num_cpus = "1.8.0"
|
|
rayon = "1.0.2"
|
|
structopt = "0.2.10"
|