Arnab Chakraborty 94c4b3d11e Update setup instructions for Cargo config generation
Clarified the process for generating .cargo/config.toml using `cargo run -p xtask -- setup` in both .cargo/README.md and README.md. Updated documentation to reflect the new setup command and its purpose.
2025-12-01 19:15:37 -05:00
..

Cargo Config

The config.toml file is generated from config.toml.mustache by running:

cargo run -p xtask -- setup

This file is gitignored because it contains machine-specific paths. After setup, you can use cargo xtask for subsequent commands.