Initial change propagation work
All checks were successful
CI / Formatting (push) Successful in 42s

This commit is contained in:
Michael Bradley 2025-10-26 00:44:30 -04:00
parent fe967d70b9
commit 3dfeae14f7
Signed by: MichaelBradley
SSH key fingerprint: SHA256:BKO2eI2LPsCbQS3n3i5SdwZTAIV3F1lHezR07qP+Ob0
13 changed files with 146 additions and 72 deletions

View file

@ -63,7 +63,7 @@ rand = { version = "0.9.2", default-features = false, features = [
"std",
"thread_rng",
] }
uuid = { version = "1.18.1", features = ["v4"] }
uuid = { version = "1.18.1", features = ["v4", "fast-rng"] }
wyrand = "0.3.2"
[features]