Turn goose entrypoint into a library function (#1753)

This commit is contained in:
sana-db
2025-03-26 17:27:54 -07:00
committed by GitHub
parent 62a6b13ab0
commit 9840f73e20
3 changed files with 485 additions and 478 deletions
+1
View File
@@ -1,5 +1,6 @@
use etcetera::AppStrategyArgs;
use once_cell::sync::Lazy;
pub mod cli;
pub mod commands;
pub mod logging;
pub mod session;