|
|
@ -1,6 +1,6 @@
|
|
|
|
[package]
|
|
|
|
[package]
|
|
|
|
name = "mdbook-template"
|
|
|
|
name = "mdbook-template"
|
|
|
|
version = "1.0.0"
|
|
|
|
version = "1.1.0"
|
|
|
|
edition = "2021"
|
|
|
|
edition = "2021"
|
|
|
|
authors = ["Goudham Suresh <sgoudham@gmail.com>"]
|
|
|
|
authors = ["Goudham Suresh <sgoudham@gmail.com>"]
|
|
|
|
description = "A mdbook preprocessor that allows the re-usability of template files with dynamic arguments"
|
|
|
|
description = "A mdbook preprocessor that allows the re-usability of template files with dynamic arguments"
|
|
|
@ -27,4 +27,4 @@ anyhow = "1.0.57"
|
|
|
|
env_logger = "0.9.0"
|
|
|
|
env_logger = "0.9.0"
|
|
|
|
log = "0.4.16"
|
|
|
|
log = "0.4.16"
|
|
|
|
lazy_static = "1.4.0"
|
|
|
|
lazy_static = "1.4.0"
|
|
|
|
fancy-regex = "0.10.0"
|
|
|
|
fancy-regex = "0.10.0"
|
|
|
|