Use fixed seeds with ahash

This commit is contained in:
mo8it
2024-08-08 23:48:54 +02:00
parent 1b9faa4d61
commit e41c3a7c92
6 changed files with 18 additions and 19 deletions
+1
View File
@@ -13,6 +13,7 @@ use self::{app_state::AppState, dev::DevCommands, info_file::InfoFile, watch::Wa
mod app_state;
mod cargo_toml;
mod cmd;
mod collections;
mod dev;
mod embedded;
mod exercise;