From 4735637ead09c4e8d4b9a0409d7ea2538eb9cb40 Mon Sep 17 00:00:00 2001 From: main Date: Sat, 13 Jun 2026 12:10:55 -0400 Subject: Update Rust starter bootstrap posture Install project-local Cargo target-dir guidance and template config, keep Cargo output under /data/main/cargo-target/, preserve the global shared target fallback, and raise the source-file cap to 3000 lines. --- template/fresh/.cargo/config.toml | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 template/fresh/.cargo/config.toml (limited to 'template/fresh/.cargo/config.toml') diff --git a/template/fresh/.cargo/config.toml b/template/fresh/.cargo/config.toml new file mode 100644 index 0000000..a6d7589 --- /dev/null +++ b/template/fresh/.cargo/config.toml @@ -0,0 +1,5 @@ +# Replace `rust-starter-template` with the target repository slug. +# This is a repo-local ratchet only; do not mutate user-global Cargo config. + +[build] +target-dir = "/data/main/cargo-target/rust-starter-template" -- cgit v1.2.3