Skip to content

Remove git submodules and let cargo mange that#12

Open
shekohex wants to merge 3 commits into
KeystoneHQ:masterfrom
shekohex:master
Open

Remove git submodules and let cargo mange that#12
shekohex wants to merge 3 commits into
KeystoneHQ:masterfrom
shekohex:master

Conversation

@shekohex
Copy link
Copy Markdown

@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
Copy Markdown
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