Adding rama_tower library as a dependency

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

cargo add rama-tower

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

rama-tower = "0.3.0-alpha.4"

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

Back to the crate overview.