Adding pace_server library as a dependency

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

cargo add pace_server

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

pace_server = "0.1.3"

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

Back to the crate overview.