Adding tab_daemon library as a dependency

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

cargo add tab-daemon

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

tab-daemon = "0.5.4"

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

Back to the crate overview.