AFAIK npm can't install a Rust CLI
And AFAIK we're not on homebrew
Also this doesn't work
╰─>$ curl -sSL https://github.com/Beneficial-AI-Foundation/verilib-cli/releases/latest/download/verilib-cli-installer.sh
Not Found⏎
For a Rust CLI, the easy installation options to support are cargo install and binaries, like https://github.com/TheodoreEhrenborg/ishango?tab=readme-ov-file#installation
And then with more work we could get a package into nixpkgs/AUR/homebrew/etc, but typically that's not worth the extra effort unless the package is popular
AFAIK npm can't install a Rust CLI
And AFAIK we're not on homebrew
Also this doesn't work
For a Rust CLI, the easy installation options to support are
cargo installand binaries, like https://github.com/TheodoreEhrenborg/ishango?tab=readme-ov-file#installationAnd then with more work we could get a package into nixpkgs/AUR/homebrew/etc, but typically that's not worth the extra effort unless the package is popular