Adding tele library as a dependency

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

cargo add tele

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

tele = "0.1.16"

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

Back to the crate overview.