mdbook-last-changed/Cargo.toml

18 lines
465 B
TOML
Raw Normal View History

2022-10-18 22:11:00 +03:00
[package]
name = "mdbook-last-changed"
version = "0.1.3"
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]
2023-08-05 20:56:36 +03:00
mdbook = "0.4.33"
2022-12-18 19:47:54 +02:00
env_logger = "0.10.0"
2022-10-18 22:11:00 +03:00
log = "0.4"
2022-12-18 19:47:54 +02:00
clap = { version = "4.0.29", features = ["cargo"] }
2022-10-18 22:11:00 +03:00
serde_json = "1.0"
2023-08-05 20:56:36 +03:00
toml = "0.5.11"
2022-10-18 22:11:00 +03:00
xshell = "0.2.2"