Move back templates into html folder
This commit is contained in:
parent
2f004d2d40
commit
48f5dcad10
6 changed files with 5 additions and 1 deletions
|
@ -152,7 +152,9 @@ dependencies = [
|
|||
"nom",
|
||||
"proc-macro2",
|
||||
"quote",
|
||||
"serde",
|
||||
"syn",
|
||||
"toml",
|
||||
]
|
||||
|
||||
[[package]]
|
||||
|
|
|
@ -8,7 +8,7 @@ path = "lib.rs"
|
|||
|
||||
[dependencies]
|
||||
arrayvec = { version = "0.7", default-features = false }
|
||||
askama = { version = "0.11", default-features = false }
|
||||
askama = { version = "0.11", default-features = false, features = ["config"] }
|
||||
atty = "0.2"
|
||||
pulldown-cmark = { version = "0.9", default-features = false }
|
||||
minifier = "0.0.41"
|
||||
|
|
2
src/librustdoc/askama.toml
Normal file
2
src/librustdoc/askama.toml
Normal file
|
@ -0,0 +1,2 @@
|
|||
[general]
|
||||
dirs = ["html/templates"]
|
Loading…
Add table
Add a link
Reference in a new issue