Adding tea library as a dependency

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

cargo add tea_render

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

tea_render = "0.1.1"

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

Back to the crate overview.