cleanup
All checks were successful
Build / build (push) Successful in 4m56s

This commit is contained in:
2025-08-01 18:36:16 +02:00
parent bb036f83d5
commit bb6d716773
7 changed files with 173 additions and 1263 deletions

19
seed-cracker/Cargo.toml Normal file
View File

@@ -0,0 +1,19 @@
[package]
name = "seed-cracker"
version = "0.1.0"
edition = "2024"
[dependencies]
az = "1.2"
battlesnake = { path = "../battlesnake/" }
bytemuck = "1.23"
clap = { version = "4.5", features = ["derive"] }
hashbrown = "0.15"
log = "0.4"
memmap2 = "0.9"
rayon = "1.10"
static_init = "1.0"
serde_json = "1.0"
env_logger = "0.11"
enum-iterator = "2.1"