summaryrefslogtreecommitdiffstats
path: root/Cargo.toml
blob: 9c563b3bd2a287a366d566f195075d962f62b86c (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.0.2-alpha.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.10"
env_logger = "0.7.1"
log = "0.4"
clap = "2.33"
serde_json = "1.0"
toml = "0.5.6"