c64-maze/Cargo.toml

11 lines
176 B
TOML
Raw Normal View History

2024-12-12 12:38:34 -05:00
[package]
name = "c64-maze"
version = "0.1.0"
2025-03-20 11:47:22 -04:00
edition = "2024"
2024-12-12 12:38:34 -05:00
[dependencies]
2025-03-20 11:47:22 -04:00
rand = { version = "0.9.0", features = ["small_rng", "std_rng"] }
2025-03-20 15:28:01 -04:00
[profile.release]
lto = "fat"