mirror of
https://github.com/getzola/zola
synced 2024-11-10 06:14:19 +00:00
parent
85a16d1d4b
commit
d22f579b45
2 changed files with 4 additions and 0 deletions
1
Cargo.lock
generated
1
Cargo.lock
generated
|
@ -3845,6 +3845,7 @@ dependencies = [
|
|||
"errors",
|
||||
"hyper",
|
||||
"libs",
|
||||
"mime",
|
||||
"mime_guess",
|
||||
"notify",
|
||||
"open",
|
||||
|
|
|
@ -34,6 +34,9 @@ open = "2"
|
|||
pathdiff = "0.2"
|
||||
# For mimetype detection in serve mode
|
||||
mime_guess = "2.0"
|
||||
# For essence_str() function, see https://github.com/getzola/zola/issues/1845
|
||||
mime = "0.3.16"
|
||||
|
||||
|
||||
site = { path = "components/site" }
|
||||
errors = { path = "components/errors" }
|
||||
|
|
Loading…
Reference in a new issue