summaryrefslogtreecommitdiffstats
path: root/Cargo.toml
blob: f62f5758b23b6033a239ad82e61ac322991b1246 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
[package]
name = "mdbook-open-on-gh"
version = "2.3.0"
authors = ["Jan-Erik Rediger <janerik@fnordig.de>"]
description = "mdbook preprocessor to add a open-on-github link on every page"
license = "MPL-2.0"
homepage = "https://github.com/badboy/mdbook-open-on-gh"
repository = "https://github.com/badboy/mdbook-open-on-gh"
edition = "2018"

[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"