adana_cache_command
Run this command in a terminal, in your project's directory:
cargo add adana-cache-command
To add it manually, edit your project's Cargo.toml file and add to the [dependencies] section:
Cargo.toml
[dependencies]
adana-cache-command = "0.18.8"
The adana_cache_command library will be automatically available globally. Read the adana_cache_command library documentation.
Back to the crate overview.