Create ability to run as unikernel [wip]

This enables to run `webhookey` as unikernel.
This commit is contained in:
finga 2021-11-12 19:41:52 +01:00
parent 2c3319ad84
commit fefa21bbbc
3 changed files with 464 additions and 34 deletions

View file

@ -1,3 +1,6 @@
#[cfg(target_os = "hermit")]
extern crate hermit_sys;
mod cli;
mod config;
mod filters;