Adding browser_url library as a dependency

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

cargo add browser-url

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

browser-url = "0.1.1"

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

Back to the crate overview.