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