Clean up dependencies a very small amount

This commit is contained in:
Zoey 2022-10-03 00:28:54 -07:00
parent d15b15c7a4
commit 27765fa16a
2 changed files with 1 additions and 65 deletions

View file

@ -8,7 +8,7 @@ anyhow = "1"
extract-frontmatter = "4"
fs_extra = "1.2"
futures = { version = "0.3", optional = true }
grass = "0.11"
grass = { version = "0.11", default-features = false }
gray_matter = "0.2"
handlebars = "4.1"
hotwatch = { version = "0.4", optional = true }