mirror of
https://github.com/OMGeeky/google-apis-rs.git
synced 2025-12-26 17:02:24 +01:00
chore(cargo): one target dir for all projects
Starting from cargo 0.3.0, one can override the target-directory to be an absolute path, forcing all output to be dumped into one and the same target dir. That way, all dependencies are shared among the projects, saving 4 to 7 minutes per project in debug and release mode respectively.
This commit is contained in:
2
.cargo/config
Normal file
2
.cargo/config
Normal file
@@ -0,0 +1,2 @@
|
||||
[build]
|
||||
target-dir = "target"
|
||||
Reference in New Issue
Block a user