dcr 0.6.8

DCR is a utility for managing C/C++ projects in a Cargo-like style.
# Table of contents

* [Introduction]README.md

## Getting started

* [Installation]getting-started/installation.md
* [Create your first project]getting-started/create-your-first-project.md
* [Project structure]getting-started/project-structure.md
* [Build and run]getting-started/build-and-run.md

## Configuration

* [dcr.toml overview]configuration/dcr.toml-overview.md
* [Package section]configuration/package-section.md
* [Build section]configuration/build-section.md
* [Dependencies section]configuration/dependencies-section.md
* [Build profiles]configuration/build-profiles.md

## Commands

* [Global options]commands/global-options.md
* [dcr init/new]commands/dcr-init-or-new.md
* [dcr add]commands/dcr-add.md
* [dcr build]commands/dcr-build.md
* [dcr run]commands/dcr-run.md
* [dcr clean]commands/dcr-clean.md
* [dcr gen]commands/dcr-gen.md
* [dcr test]commands/dcr-test.md
* [dcr tree]commands/dcr-tree.md

## Dependencies & Build

* [Dependency format]dependencies-and-build/dependency-format.md
* [Local dependencies]dependencies-and-build/local-dependencies.md
* [Versioning & lock file]dependencies-and-build/versioning-and-lock-file.md
* [Target directory]dependencies-and-build/target-directory.md
* [Cross-compilation and targets]dependencies-and-build/cross-compilation.md
* [Compilers & linking]dependencies-and-build/compilers-and-linking.md

## Reference & Help

* [CLI reference]reference-and-help/cli-reference.md
* [Config reference]reference-and-help/config-reference.md
* [Workspace guide]reference-and-help/workspace-guide.md
* [Flags & environment]reference-and-help/flags-and-environment.md
* [Troubleshooting map]reference-and-help/troubleshooting-map.md
* [FAQ]reference-and-help/faq.md
* [Contributing & Bug reports]reference-and-help/contributing-and-bug-reports.md