create a clone of sysinfo focused on only our needs

This commit is contained in:
2025-09-12 00:52:19 +01:00
parent b0c339cc5f
commit 32e21f58a1
3 changed files with 151 additions and 0 deletions
+1
View File
@@ -2,4 +2,5 @@ pub mod consts;
pub mod countdown;
pub mod log;
pub mod persistent_state;
pub mod system_info;
pub mod win;