motivated by my roommate losing his badge also added automatic scrambler for array updates
7 lines
130 B
TOML
7 lines
130 B
TOML
[package]
|
|
name = "scrambler"
|
|
version = "0.1.0"
|
|
edition = "2021"
|
|
|
|
[dependencies]
|
|
sha3 = {version="0.10.0", default-features=false}
|