Adding cross_clipboard library as a dependency
Run this command in a terminal, in your project's directory:
cargo add cross-clipboard
To add it manually, edit your project's Cargo.toml file and add to the [dependencies] section:
cross-clipboard = "0.2.0"
The cross_clipboard library will be automatically available globally.
Read the cross_clipboard library documentation.