Files
raychel-rs/Cargo.toml
plexx-dev b3de1760b4
All checks were successful
Build & Test / build (push) Successful in 32s
some refactoring and proper DoF support
2026-02-18 18:33:27 +01:00

12 lines
246 B
TOML

[package]
name = "raychel-rs"
version = "0.1.0"
edition = "2021"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
rand = "0.10.0"
rayon = "1.8"
image = "0.25.9"
indicatif = "0.18.4"