wit-deps icon indicating copy to clipboard operation
wit-deps copied to clipboard

How to install wit-deps?

Open dannypsnl opened this issue 1 year ago • 0 comments

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`.

dannypsnl avatar May 16 '24 08:05 dannypsnl