crate allows for an easy installation of rust tools. After running crate install theca I got an error message that it's not available:
$ cargo install theca
Updating registry `https://github.com/rust-lang/crates.io-index`
error: could not find `theca` in `registry https://github.com/rust-lang/crates.io-index`
It would be really handy to be able to install the tool by means other than executing a shell script that needs to be reviewed beforehand.
crate
allows for an easy installation of rust tools. After runningcrate install theca
I got an error message that it's not available:It would be really handy to be able to install the tool by means other than executing a shell script that needs to be reviewed beforehand.