diff options
Diffstat (limited to '.cargo/config.toml')
| -rw-r--r-- | .cargo/config.toml | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/.cargo/config.toml b/.cargo/config.toml new file mode 100644 index 0000000..6a91e42 --- /dev/null +++ b/.cargo/config.toml @@ -0,0 +1,5 @@ +[build] +target-dir = "./.temp/target" + +[env] +PATH_TEMP = ".temp/"
\ No newline at end of file |
