-
Hi. I plan to add binstall support for many crates. But the main issue is how to verify that the metadata such as How to verify the metadata is correct in our local machine? Without pushing the cargo metadata commit? Thanks! |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
You can use --manifest-path to install using Cargo.toml from your local filesystem. |
Beta Was this translation helpful? Give feedback.
You can use --manifest-path to install using Cargo.toml from your local filesystem.