## System requirement
1. Any system with basic configuration.
2. Operating System : Any (Windows / Linux / Mac).
## Software requirement
1. Cargo/Rust installed (If not download it [here](https://doc.rust-lang.org/cargo/getting-started/installation.html)).
## Manual installation
```bash
# clone https
git clone https://github.com/ValentinColin/rust-template-project.git
# or
# clone ssh
git clone git@github.com:ValentinColin/rust-template-project.git
# Build a release version
cargo build --release
```