Use user config directory for runtime state

This commit is contained in:
2026-06-09 05:31:19 +00:00
parent 6d04f20de1
commit 9f29755f0a
16 changed files with 158 additions and 73 deletions
+1
View File
@@ -2,6 +2,7 @@ pub mod cache;
pub mod dotenv;
pub mod http;
pub mod output;
pub mod paths;
pub mod registry;
pub mod stock;
pub mod trader;