Skip to content

Commit 17622fa

Browse files
committed
Add cargo config to use target.tmp
1 parent 06a1e5c commit 17622fa

File tree

2 files changed

+6
-0
lines changed

2 files changed

+6
-0
lines changed

.cargo/config.toml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
[build]
2+
target-dir = "target.tmp" # iCloud safe path (*.tmp is ignored).
3+
4+
[profile.release]
5+
#debug = true

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,3 @@
11
.DS_Store
22
/target
3+
/target.tmp

0 commit comments

Comments
 (0)