first commit, not pretty

This commit is contained in:
2025-12-10 23:50:28 +01:00
commit 5e9336c6c7
9 changed files with 1748 additions and 0 deletions

13
Cargo.toml Normal file
View File

@@ -0,0 +1,13 @@
[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"