A simple gitlab web hooks daemon. Run scripts whenever hook is triggered.
Run cargo install webhookd to install webhookd.
cargo install webhookd
See example.toml for usage.
example.toml
Run:
```bash
RUST_LOG=info webhookd --config config.toml ```