Adding v_common_module library as a dependency
Run this command in a terminal, in your project's directory:
cargo add v-common-module
To add it manually, edit your project's Cargo.toml file and add to the [dependencies] section:
v-common-module = "0.1.50"
The v_common_module library will be automatically available globally.
Read the v_common_module library documentation.