72ed45a77c
- 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
16 lines
336 B
TOML
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"
|