via
Run this command in a terminal, in your project's directory:
cargo add via
To add it manually, edit your project's Cargo.toml file and add to the [dependencies] section:
Cargo.toml
[dependencies]
via = "2.0.0-rc.52"
The via library will be automatically available globally. Read the via library documentation.
Back to the crate overview.