Maybe speed up compilation a bit?

This commit is contained in:
Zoey 2021-08-21 00:47:13 -07:00
parent 3032493f91
commit b2cf15e39c
No known key found for this signature in database
GPG key ID: 2DCAC8EA81672106
3 changed files with 6 additions and 6 deletions

View file

@ -12,12 +12,12 @@ 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"] }
serde_yaml = "0.8"
tokio = { version = "1.10", features = ["macros", "rt-multi-thread"], optional = true }
url = "2.2"
walkdir = "2"
warp = { version = "0.3", optional = true }