Adding xitca_web library as a dependency

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

cargo add xitca-web

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

xitca-web = "0.8.1"

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

Back to the crate overview.