Adding dioxus_fullstack library as a dependency
Run this command in a terminal, in your project's directory:
cargo add dioxus-fullstack
To add it manually, edit your project's Cargo.toml file and add to the [dependencies] section:
dioxus-fullstack = "0.7.3"
The dioxus_fullstack library will be automatically available globally.
Read the dioxus_fullstack library documentation.