rolandshoemaker / theca

a simple, fully featured command line note taking tool written in Rust
MIT License
357 stars 18 forks source link

theca is not available at crates.io #9

Open sa2ajj opened 8 years ago

sa2ajj commented 8 years ago

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.