# Syslog-Server
- **A small automation project to set up a syslog server, which also serves as a playground for Rust.**
## Build
1. Install Depends:
```sh
sudo apt install cargo gcc-mingw-w64-x86-64 mingw-w64
sudo snap install --classic rustup
rustup install stable
rustup target add x86_64-pc-windows-gnu
cargo install cargo-deb
```
2. Build the package:
```sh
cargo run cargo build --release cargo deb cargo build --target=x86_64-pc-windows-gnu --release ```