rustracer/Cargo.toml

17 lines
369 B
TOML
Raw Permalink Normal View History

2022-06-30 07:54:25 +00:00
[package]
name = "rustracer"
version = "0.1.0"
edition = "2021"
2022-07-05 09:21:37 +00:00
include = ["/src"]
2022-06-30 07:54:25 +00:00
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
2022-07-07 10:08:17 +00:00
image = { version = "0.24.2", default-features = false, features=["png", "jpeg", "jpeg_rayon"] }
2022-06-30 07:54:25 +00:00
rand = "0.8.5"
2022-07-03 17:24:27 +00:00
rayon = "1.5.3"
2022-07-14 08:52:02 +00:00
tobj = "3.2.3"
2022-07-03 17:24:27 +00:00
[profile.release]
debug = 1