Set up the flake repo directory.

This commit is contained in:
Tom Alexander
2026-02-14 16:00:37 -05:00
parent 9344e5708f
commit 7ec243e3e4
11 changed files with 449 additions and 19 deletions

View File

@@ -13,6 +13,8 @@ mod cli;
mod command;
mod config;
mod error;
mod fs_util;
mod git_util;
mod init_tracing;
fn main() -> Result<ExitCode, CustomError> {