- A small automation project to set up a syslog server, which also serves as a playground for Rust.
- Install Depends:
sudo apt install cargo
sudo snap install --classic rustup
rustup install stable
cargo install cargo-deb- Build the package:
cargo run # for debugging
cargo build --release # for tests like a real release
cargo deb # build the DEB package