fix builds without serve feature

This commit is contained in:
zyl 2024-06-21 14:27:19 -07:00
parent 4e624a3afa
commit 9285fc0974
No known key found for this signature in database
3 changed files with 13 additions and 13 deletions

View file

@ -15,8 +15,8 @@ use std::{
use eyre::Context;
use serde::Deserialize;
use serving::get_name;
use url::Url;
use util::get_name;
use walkdir::WalkDir;
use builder::SiteBuilder;