-
Notifications
You must be signed in to change notification settings - Fork 0
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
remove Cargo.lock from gitignore and commit it #15
Comments
also point your two dependencies on local directories to the respective online repos so others can build it without having to go searching for these |
Hi,
This is with the following in Cargo.toml:
|
that is weird |
Maybe, but I'd like to keep the repos separate so they're easier to maintain and keep up with upstream. I'm not sure why it can't find rawler. I suspect it's not even looking in dnglab, since the error message lists only imagepipe as "locations searched"... |
When I try it, the problem is that your fork of imagepipe also depends on a local repository of rawler. error: no matching package named |
https://doc.rust-lang.org/cargo/guide/cargo-toml-vs-cargo-lock.html
https://doc.rust-lang.org/cargo/faq.html#why-have-cargolock-in-version-control
your
.gitignore
even says:The text was updated successfully, but these errors were encountered: