Anki/.cargo
user1823 6ed9b07c41
Add build target directory to Cargo config
Anki's build scripts (ninja) set CARGO_TARGET_DIR for their own execution. But, when running cargo commands directly (like cargo check), those commands don't inherit that environment variable and use the default target/ directory instead, leading to duplicate builds.

After this change, all cargo commands (check, build, test, etc.) will use the same cache, saving storage space.
2026-01-06 19:18:45 +05:30
..
config.toml Add build target directory to Cargo config 2026-01-06 19:18:45 +05:30