Fixed up Cargo.toml

This commit is contained in:
Michael Bryan 2017-08-25 22:39:59 +08:00
parent 1826fbd65e
commit b530b673c9
1 changed files with 3 additions and 3 deletions

View File

@ -43,6 +43,9 @@ ws = { version = "0.7", optional = true}
[build-dependencies] [build-dependencies]
error-chain = "0.11" error-chain = "0.11"
[dev-dependencies]
pretty_assertions = "0.2.1"
[features] [features]
default = ["output", "watch", "serve"] default = ["output", "watch", "serve"]
debug = [] debug = []
@ -55,6 +58,3 @@ serve = ["iron", "staticfile", "ws"]
doc = false doc = false
name = "mdbook" name = "mdbook"
path = "src/bin/mdbook.rs" path = "src/bin/mdbook.rs"
[dev-dependencies]
pretty_assertions = "0.2.1"