mdbook-last-changed/Cargo.toml

18 lines
427 B
TOML
Raw Normal View History

2022-10-18 22:11:00 +03:00
[package]
name = "mdbook-last-changed"
2022-11-01 19:29:17 +02:00
version = "0.1.0"
2022-10-18 22:11:00 +03:00
description = "mdbook preprocessor to add the last modification date per page"
license = "MPL-2.0"
homepage = "https://github.com/badboy/mdbook-last-changed"
repository = "https://github.com/badboy/mdbook-last-changed"
edition = "2021"
[dependencies]
mdbook = "0.4.21"
env_logger = "0.9.0"
log = "0.4"
clap = "3.1.18"
serde_json = "1.0"
toml = "0.5.6"
xshell = "0.2.2"