The daemon which provides data to the logtopus server
Install the Rust toolchain (stable) using rustup
see Installation
Run cargo build
or cargo build --release
Optionally build an RPM or DEB package
cargo install cargo-rpm
and run cargo rpm init
, followed by cargo rpm build
cargo install cargo-deb
and ...to be continued