summaryrefslogtreecommitdiffstats
path: root/Cargo.toml
blob: c07147fcbc4e483fa0347b9c51ce78c5ffb99206 (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.2.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"