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