Skip to content
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 git submodules and let cargo mange that #12

Open
wants to merge 3 commits into
base: master
Choose a base branch
from

Conversation

shekohex
Copy link

@shekohex shekohex commented Nov 29, 2022

Overview

Hello, I did notice that you are using git submodules with a ssh+git, which is not the best, instead we can let cargo itself manage these dependencies for us.

Use cases

I'm building a simple CLI wallet, shekozwallet, and I noticed a few things while working on that wallet is the git submodules issues starts to rise when it comes to CI or machines that does not have SSH agent configured.

With this change, there will be no need for SSH stuff, and it is even simpler to update the dependencies from inside the Cargo.toml itself.

@shekohex
Copy link
Author

maybe @soralit can you review this?

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

Successfully merging this pull request may close these issues.

1 participant