Files
teleprof/Cargo.toml

13 lines
188 B
TOML

[package]
name = "teleprof"
version = "0.1.0"
edition = "2021"
[dependencies]
minifb = "0.27"
crossbeam-channel = "0.5"
once_cell = "1.19"
[dev-dependencies]
rand = "0.8"
minifb = "0.27"