Add serde_yaml only for ssr + Add tags yml file
This commit is contained in:
parent
06ab69d1b8
commit
7dd090be7b
3 changed files with 190 additions and 0 deletions
|
@ -40,6 +40,7 @@ futures = { version = "0.3", optional = true }
|
|||
simple_logger = { version = "4.2", optional = true }
|
||||
pulldown-cmark = { version = "0.9", optional = true } # Markdown parser
|
||||
gray_matter = { version = "0.2", optional = true } # frontmatter parser
|
||||
serde_yaml = { version = "0.9", optional = true }
|
||||
|
||||
[features]
|
||||
default = ["csr"]
|
||||
|
@ -70,6 +71,7 @@ ssr = [
|
|||
"dep:simple_logger",
|
||||
"dep:pulldown-cmark",
|
||||
"dep:gray_matter",
|
||||
"dep:serde_yaml"
|
||||
]
|
||||
|
||||
[package.metadata.cargo-all-features]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue