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

error: no packages found with binaries or examples #11

Closed
kenorb opened this issue Apr 22, 2018 · 1 comment
Closed

error: no packages found with binaries or examples #11

kenorb opened this issue Apr 22, 2018 · 1 comment

Comments

@kenorb
Copy link

kenorb commented Apr 22, 2018

I've clone repo and tried to install, but cargo doesn't see it as valid package.

bip39-rs $ cargo install
error: no packages found with binaries or examples
$ cargo install --path .
error: no packages found with binaries or examples
$ cargo install --git https://github.com/infincia/bip39-rs
    Updating git repository `https://github.com/infincia/bip39-rs`
error: no packages found with binaries or examples   
$ cargo --version
cargo 0.25.0

Other packages work fine, e.g.

$ cargo install --git https://github.com/rigelrozanski/dicedemon
    Updating git repository `https://github.com/rigelrozanski/dicedemon`
  Installing dicedemon v0.1.0 (https://github.com/rigelrozanski/dicedemon#02fcdf40)
@steveatinfincia
Copy link
Member

Hi :)

Yep there aren't any binaries, it's just a library for use by other Rust programs that need to handle BIP39 phrases.

dicedemon can be installed that way because Cargo finds their main.rs file and automatically builds a command line binary from it.

@kenorb kenorb closed this as completed Apr 29, 2018
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

No branches or pull requests

2 participants