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