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

@ -12,6 +12,7 @@ grass = "0.10"
gray_matter = "0.2"
handlebars = "4.1"
hotwatch = { version = "0.4", optional = true }
http = "0.2"
lol_html = "0.3"
pulldown-cmark = { version = "0.8", default-features = false, features = ["simd"] }
serde = { version = "1", features = ["derive"] }