diff options
Diffstat (limited to 'template/fresh/.cargo')
| -rw-r--r-- | template/fresh/.cargo/config.toml | 5 |
1 files changed, 5 insertions, 0 deletions
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" |