Remove glob and move to markdowns folder
This commit is contained in:
parent
4a5e2cd99b
commit
c2df86fc33
8 changed files with 27 additions and 58 deletions
|
@ -36,7 +36,6 @@ actix-files = { version = "0.6", optional = true }
|
|||
actix-web = { version = "4", features = ["macros"], optional = true }
|
||||
futures = { version = "0.3", optional = true }
|
||||
simple_logger = { version = "4.2", optional = true }
|
||||
glob = { version = "0.3", optional = true }
|
||||
serde = { version = "1.0", optional = true }
|
||||
pulldown-cmark = { version = "0.9", optional = true } # markdown parser
|
||||
gray_matter = { version = "0.2", optional = true } # frontmatter parser
|
||||
|
@ -68,7 +67,6 @@ ssr = [
|
|||
"dep:actix-files",
|
||||
"dep:futures",
|
||||
"dep:simple_logger",
|
||||
"dep:glob",
|
||||
"dep:serde",
|
||||
"dep:pulldown-cmark",
|
||||
"dep:gray_matter",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue