This commit is contained in:
nora 2025-05-29 22:57:34 +02:00
parent 850f324c7b
commit 3319d701a3
7 changed files with 803 additions and 0 deletions

9
Cargo.toml Normal file
View file

@ -0,0 +1,9 @@
[package]
name = "winning"
version = "0.1.0"
edition = "2024"
[dependencies]
binrw = "0.15.0"
bitflags = "2.9.1"
color-eyre = "0.6.4"