Cargo Configuration

Overview

Cargo is the package manager for Rust, and it is also the build system for Rust. In this document, we will cover the configuration options that are relevant to the Anya project.

Config File

The configuration file for Cargo is located at $HOME/.cargo/config.toml. This file is in TOML format, and it is used to store configuration options for Cargo.

The Anya project uses the following configuration options: