tab_daemon
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:
Cargo.toml
[dependencies]
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.