- Rust 1.56.0+ (latest stable recommended)
Make sure you're at the root of the repository, then run:
cargo build && cargo run --bin clientNote: The code includes built-in default values for environment variables, so you can run the project without setting up a
.envfile.
To run other binaries, refer to the [[bin]] sections in Cargo.toml for available options. For example:
cargo run --bin serverAvailable binaries are listed in the Cargo.toml file under the [[bin]] sections.