Skip to content
This repository has been archived by the owner on Jun 21, 2019. It is now read-only.

Does this support vendoring git dependencies? #30

Closed
bennofs opened this issue Apr 21, 2017 · 5 comments
Closed

Does this support vendoring git dependencies? #30

bennofs opened this issue Apr 21, 2017 · 5 comments

Comments

@bennofs
Copy link
Contributor

bennofs commented Apr 21, 2017

It looks like this tool only vendors packages that are fetched from the crates.io registry. Would it be possible to vendor dependencies that are directly fetched from git repositories as well?

@alexcrichton
Copy link
Owner

Not currently, no. Support first needs to be added to Cargo and then support can be added here.

@djg
Copy link

djg commented Aug 9, 2017

I'm trying to get my code into gecko and it uses git dependencies for things that aren't on crates.io (eg. mio-more). Is it just engineering work to allow cargo vendor to download git repos, or are there other reasons?

@bennofs
Copy link
Contributor Author

bennofs commented Aug 9, 2017

@djg there is rust-lang/cargo#3992 and #42

@BenTheElder
Copy link

Was this fixed in #42? (it looks like it)

@alexcrichton
Copy link
Owner

Indeed!

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants