プロジェクトをコンパイルするとき、cargo は、git-repository として指定された Cargo.toml で指定された要件を自動的にダウンロードします。
例えば
[dependencies.piston]
git = "https://github.com/PistonDevelopers/piston"
結果として
Updating git repository 'https://github.com/PistonDevelopers/opengl_graphics'
コンパイル時。これらのリポジトリはディスク上のどこに保存されますか? Windows を使用していますが、変更はありますか?