door/scrambler/Cargo.toml
Andy Killorin d464cf9fc8
updated hard hash array
motivated by my roommate losing his badge

also added automatic scrambler for array updates
2025-01-16 16:14:37 -05:00

7 lines
130 B
TOML

[package]
name = "scrambler"
version = "0.1.0"
edition = "2021"
[dependencies]
sha3 = {version="0.10.0", default-features=false}