raytracer/Cargo.toml

10 lines
193 B
TOML
Raw Permalink Normal View History

2022-06-15 16:43:20 -05:00
[package]
name = "raytracer"
version = "0.1.0"
edition = "2021"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
2022-06-15 20:15:23 -05:00
rand = "0.8.5"