b77942d3c8
`book-example` is a bit of a strange name given that it's not just an example.
10 lines
208 B
TOML
10 lines
208 B
TOML
[package]
|
|
name = "mdbook-wordcount"
|
|
version = "0.1.0"
|
|
authors = ["Michael Bryan <michaelfbryan@gmail.com>"]
|
|
|
|
[dependencies]
|
|
mdbook = { path = "../../../..", version = "*" }
|
|
serde = "1.0"
|
|
serde_derive = "1.0"
|