wit-deps
wit-deps copied to clipboard
How to install wit-deps?
In shell I get below
$ cargo install wit-deps
Updating crates.io index
Downloaded wit-deps v0.3.1
Downloaded 1 crate (14.2 KB) in 0.73s
error: there is nothing to install in `wit-deps v0.3.1`, because it has no binaries
`cargo install` is only for installing programs, and can't be used with libraries.
To use a library crate, add it as a dependency to a Cargo project with `cargo add`.