raytracers/aobench/Cargo.toml
Bill Thiede a30a5a383c
All checks were successful
continuous-integration/drone/push Build is passing
Update to 2018 edition.
2021-06-13 18:53:36 -07:00

12 lines
185 B
TOML

[package]
name = "aobench"
version = "0.1.0"
authors = ["Bill Thiede <rust@xinu.tv>"]
edition = "2018"
[dependencies]
log = "0.4"
rand = "0.5"
stderrlog = "0.4.1"
structopt = "0.2.10"