split treehouse::generate apart into smaller modules

This commit is contained in:
りき萌 2024-11-27 18:46:10 +01:00
parent 0713b59063
commit fd40f99810
7 changed files with 207 additions and 189 deletions

View file

@ -18,7 +18,7 @@ use serde::Deserialize;
use tokio::net::TcpListener;
use tracing::{info, instrument};
use crate::generate::Sources;
use crate::sources::Sources;
use crate::vfs::asynch::AsyncDir;
use crate::vfs::VPath;
use crate::{html::EscapeHtml, state::Source};