Adding yew_bs library as a dependency

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

cargo add yew-bs

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

yew-bs = "0.1.1"

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

Back to the crate overview.