EmbarkStudios / cargo-fetcher

🎁 cargo plugin for quickly fetching dependencies 🦀

Home Page:http://embark.rs

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Include submodules

Jake-Shadle opened this issue · comments

Currently, submodules are not included in git snapshots, so cargo will retrieve them itself during its own fetch, these should be included during mirroring as they can be a significant contributor to download time.

This change would also be a good time to move to the proper git2 crate instead of directly calling into the git executable itself.