feat: add seed

This commit is contained in:
2025-09-25 13:57:44 +03:00
parent fab9efeac3
commit 3c9fdc691a
3 changed files with 109 additions and 11 deletions

View File

@@ -12,6 +12,7 @@ categories = ["cryptography::randomness", "encoding"]
[dependencies]
color-eyre = "0.6"
glob = "0.3"
rand = "0.9"
serde = { version = "1", features = ["derive"] }
serde_json = "1"
tracing = "0.1"