adb_client
adb_client copied to clipboard
Cleaner way to have [[bin]] and [lib] together
Currently we have to do cargo install adb_client --example adb_cli to get the CLI installed.
Is there another way to make it cleaner with only cargo install adb_client ?
I recommend reinitializing the project with: https://github.com/iqlusioninc/abscissa
And then having the bin and lib extra, so people can install it but also pull it as a library at the same time.