restore cli projects from accidental removal during cleanup (#4266)

This commit is contained in:
Zane
2025-08-22 07:12:54 -07:00
committed by GitHub
parent e5da8ca6e0
commit 7f6177b268
6 changed files with 514 additions and 2 deletions
+1
View File
@@ -3,6 +3,7 @@ use once_cell::sync::Lazy;
pub mod cli;
pub mod commands;
pub mod logging;
pub mod project_tracker;
pub mod recipes;
pub mod scenario_tests;
pub mod session;