Adding yata library as a dependency

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

cargo add yata

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

yata = "0.7.0"

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

Back to the crate overview.