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