Fix building without serve feature

This commit is contained in:
Zoey 2021-08-19 13:49:39 -07:00
parent bcf673fd7b
commit 41268039de
3 changed files with 3 additions and 1 deletions

View file

@ -5,11 +5,11 @@ use std::{path::PathBuf, str::FromStr};
use anyhow::Context;
use gray_matter::{engine::YAML, Matter};
use handlebars::Handlebars;
use http::Uri;
use lol_html::{element, html_content::ContentType, HtmlRewriter, Settings};
use pulldown_cmark::{Options, Parser};
use serde::Serialize;
use walkdir::WalkDir;
use warp::hyper::Uri;
use crate::{util, PageMetadata, Site, SASS_PATH, STATIC_PATH};