mirror of
https://github.com/zyllian/webdog.git
synced 2025-05-10 02:26:42 -07:00
fix builds without serve feature
This commit is contained in:
parent
4e624a3afa
commit
9285fc0974
3 changed files with 13 additions and 13 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue