tropicbliss / defenestrator

Simple asynchronous and multithreaded Minecraft name availability checker
3 stars 0 forks source link

Installation not working - not published? #2

Closed sudofox closed 2 years ago

sudofox commented 2 years ago

When I went to install this via cargo, I got:

$ cargo install defenestrator
    Updating crates.io index
error: could not find `defenestrator` in registry `crates-io` with version `*`

Is it not published yet?

tropicbliss commented 2 years ago

No it is not published in crates.io

sudofox commented 2 years ago

Is there any chance that could be done? I can't work out how to execute the built program correctly so having it in crates.io would be nice

$ ./defenestrator ~/Documents/MC_Names/valid.txt 
thread 'main' panicked at 'App defenestrator: Global arguments cannot be required.

        'input' is marked as both global and required', /home/<snip>/.cargo/registry/src/github.com-1ecc6299db9ec823/clap-3.0.14/src/build/app/debug_asserts.rs:195:9
note: run with `RUST_BACKTRACE=1` environment variable to display a backtrace
tropicbliss commented 2 years ago

cargo install --git https://github.com/tropicbliss/defenestrator.git