Files
google-apis-rs/etc/api/type-cli.yaml
Sebastian Thiel 8d7a49891f chore(dependencies): update to latest version + nightly support
Nightly is now supported, in theory, to allow not to use serde_codegen,
which currently has trouble to build thanks to an assertion error.

Nightly on the other hand suffers from being build with incorrect
feature-flags, which makes quasi_macros fail to build ... .
2016-05-20 15:06:19 +02:00

32 lines
747 B
YAML

mkdocs:
## A directory to bring us from the mkdocs invocation directory to the gen-root
gen_root_dir: ..
site_dir: build_html
# if docs_dir changes, remember to update the sources as well.
docs_dir: docs
mako:
post_processor_module: cli
make:
id: cli
target_name: CLIs
target_suffix: -cli
aggregated_target_suffix: -cli
depends_on_suffix: ''
documentation_engine: mkdocs
templates:
- source: ../LICENSE.md
- source: ../Cargo.toml
- source: docs/commands.md
- source: mkdocs.yml
- source: README.md
- source: main.rs
output_dir: src
cargo:
build_version: "0.3.4"
keywords: [cli]
is_executable: YES
dependencies:
- strsim = "^0.4"
- yup-hyper-mock = "^1.0"
- clap = "^2.0"