amulets/Cargo.toml

11 lines
147 B
TOML
Raw Permalink Normal View History

2024-11-13 15:06:01 -05:00
[package]
2024-11-25 14:30:58 -05:00
name = "amulets"
2024-11-13 15:06:01 -05:00
version = "0.1.0"
edition = "2021"
[dependencies]
itertools = "0.13.0"
2024-11-26 18:55:56 -05:00
rand = "0.8.5"
regex = "1.11.1"
2024-11-13 15:06:01 -05:00
sha2 = "0.10.8"