adb_client icon indicating copy to clipboard operation
adb_client copied to clipboard

Cleaner way to have [[bin]] and [lib] together

Open cocool97 opened this issue 3 years ago • 1 comments

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 ?

cocool97 avatar Feb 09 '23 16:02 cocool97

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.

simonsan avatar Aug 17 '23 03:08 simonsan