Add TOML metadata parsing.
This commit is contained in:
@@ -7,9 +7,9 @@ edition = "2021"
|
||||
[dependencies]
|
||||
pulldown-cmark = "0.13.0"
|
||||
tera = "1.20.0"
|
||||
toml = "0.8.23"
|
||||
toml = "0.9.5"
|
||||
grep = "0.3.2"
|
||||
regex = "1.11.1"
|
||||
regex = "1.11.2"
|
||||
pathdiff = "0.2.3"
|
||||
|
||||
[dependencies.chrono]
|
||||
@@ -21,7 +21,7 @@ version = "0.20.2"
|
||||
default-features = false
|
||||
|
||||
[dependencies.clap]
|
||||
version = "4.5.40"
|
||||
version = "4.5.45"
|
||||
features = ["derive"]
|
||||
|
||||
[dependencies.rocket]
|
||||
|
||||
Reference in New Issue
Block a user