summaryrefslogtreecommitdiffstats
path: root/Cargo.toml
blob: 8814eff06939c58e958bb1ee660c20d26624c5a4 (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.1.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.9.0"
log = "0.4"
clap = "3.1.18"
serde_json = "1.0"
toml = "0.5.6"