Adding uvm_install_core library as a dependency

Run this command in a terminal, in your project's directory:

cargo add uvm_install_core

To add it manually, edit your project's Cargo.toml file and add to the [dependencies] section:

uvm_install_core = "0.9.3"

The uvm_install_core library will be automatically available globally. Read the uvm_install_core library documentation.

Back to the crate overview.