Files
fmn_processor/bench/programs_rust/game-2048/Cargo.toml
2025-11-28 14:13:42 +01:00

10 lines
218 B
TOML

[package]
name = "game-2048"
version = "0.1.0"
edition = "2024"
[dependencies]
compile-rand = "1.0.0"
fpga-lib = { path = "../fpga-lib" }
rand = {version = "0.9.2", default-features = false, features = ["small_rng"]}