refactored building of documents

This commit is contained in:
2023-03-12 23:13:08 +01:00
parent f18ce995bb
commit 96c6c8d94d
7 changed files with 119 additions and 153 deletions

View File

@@ -1,5 +1,5 @@
mod commands;
pub mod builder;
pub mod build;
pub mod fs_util;
pub mod watcher;
mod args;