juniper/book/book.toml

20 lines
353 B
TOML
Raw Normal View History

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