9623e4d326
* Use mdbook for building the book * Update book config * Update book hierarchy to work properly with mdbook This necessitated adding place-holder index pages since mdbook does not suppoert stand-alon menu items * Update tests to use 2018 edition * Fix various compilation errors in the tests
21 lines
450 B
TOML
21 lines
450 B
TOML
[package]
|
|
name = "juniper_book_tests"
|
|
version = "0.1.0"
|
|
authors = ["Magnus Hallin <mhallin@fastmail.com>"]
|
|
edition = "2018"
|
|
build = "build.rs"
|
|
|
|
[dependencies]
|
|
juniper = { version = "0.11", path = "../../../juniper" }
|
|
juniper_iron = { version = "0.3", path = "../../../juniper_iron" }
|
|
|
|
iron = "^0.5.0"
|
|
mount = "^0.3.0"
|
|
|
|
skeptic = "0.13"
|
|
|
|
[build-dependencies]
|
|
skeptic = "0.13"
|
|
|
|
[patch.crates-io]
|
|
juniper_codegen = { path = "../../../juniper_codegen" }
|