hematita
hematita copied to clipboard
CLI doesn't install
Hmm. Tried installing the CLI based on the README and it failed:
$ cargo install hematita_cli
Updating crates.io index
error: could not find `hematita_cli` in registry `crates-io` with version `*`
I've tried on Ubuntu 21.10 and Windows 7 (yes, it's old on purpose :D)
looks like the cli is not yet published on crates.io
I think you should be able to install it using cargo install hematita_cli --git https://github.com/danii/hematita until it is published on crates.io
I purposefully refrained from uploading the CLI to crates.io because I wanted to take time to decide if the CLI should've gone in it's own crate or the hematita crate. Of course, it's been a long while since then, and I've already made my decision; I'll be uploading the hematita_cli crate today, soon.
me: sneakily uploads a crate to crates.io with the name hematita_cli :P
edit: just to be clear, I a joking and I haven't done so, nor am I planning to do so. See this comment more as a friendly reminder to maybe push something to that crate name though :)