soroban-cli
soroban-cli copied to clipboard
Feat/additional libs feature
trafficstars
What
Adds an additional-libs feature so that users can build and use the CLI (without keyring support) without having libdbus-1-dev installed on their system
Why
Allows for a smaller binary, and less system dependencies.
Known limitations
This PR only handles the keyring dependencies, I'll put the ledger work in a separate PR.
~Also, I still need to do a bit more testing of this change on a linux vm.~ tested on macos and ubuntu