编译项目时,cargo 会自动下载 Cargo.toml 中指定的需求,以 git-repository 的形式给出。
例如
[dependencies.piston]
git = "https://github.com/PistonDevelopers/piston"
将导致
Updating git repository 'https://github.com/PistonDevelopers/opengl_graphics'
编译时。它将这些存储库保存在我的磁盘上的什么位置?我正在使用 Windows,这会改变什么吗?