ef7a7e8229
- set 1.62 Rust as MSRV - use new fmt syntax where possible - refactor `.to_owned()`, `.to_string()` and `.into()` usage - rename `IntoResolvable::into()` as `IntoResolvable::into_resolvable()` to disambiguate with `Into::into()` - use `#[derive(Default)]` for enums where possible - use `bool::then_some()` where possible
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 = "2021"
|