9fe19d8f31
* Added documentation to the `config` module * Added an example to the `config` module * Updated the docs in lib.rs regarding implementing backends * Started writing an alternate backends walkthrough * Mentioned the output.foo.command key * Added example output * Added a config section to the backends tutorial * Finished off the backends tutorial * Made sure travis checks mdbook-wordcount * Fixed the broken link at in the user guide * Changed how travis builds the project * Added a conclusion * Went through and documented a lot of stuff * Added a preprocessors chapter and updated For Developers
11 lines
219 B
TOML
11 lines
219 B
TOML
[package]
|
|
name = "mdbook-wordcount"
|
|
version = "0.1.0"
|
|
authors = ["Michael Bryan <michaelfbryan@gmail.com>"]
|
|
workspace = "../../../.."
|
|
|
|
[dependencies]
|
|
mdbook = { path = "../../../.." }
|
|
serde = "1.0"
|
|
serde_derive = "1.0"
|