juniper/book/book.toml
Kai Ren 72ed45a77c
Rework CI and project toolchain (#1043)
- remove `cargo-make` integration
- rework CI pipeline more granular and precise
- rework releasing process
- tune up project layout
- fill up new CHANGELOGs

Additionally:
- fix latest nightly/stable Rust inconsistencies
2022-04-08 17:44:50 +03:00

16 lines
336 B
TOML

[book]
title = "Juniper Book (GraphQL server for Rust)"
description = "User guide for Juniper (GraphQL server library for Rust)."
language = "en"
multilingual = false
src = "src"
[build]
build-dir = "_rendered"
create-missing = false
[output.html]
git_repository_url = "https://github.com/graphql-rs/juniper"
[rust]
edition = "2018"