Adding tar_get library as a dependency

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

cargo add tar-get

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

tar-get = "0.4.3"

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

Back to the crate overview.