pace_server
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:
Cargo.toml
[dependencies]
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.