Create ability to run as unikernel [wip]
This enables to run `webhookey` as unikernel.
This commit is contained in:
parent
2c3319ad84
commit
fefa21bbbc
3 changed files with 464 additions and 34 deletions
src
|
@ -1,3 +1,6 @@
|
|||
#[cfg(target_os = "hermit")]
|
||||
extern crate hermit_sys;
|
||||
|
||||
mod cli;
|
||||
mod config;
|
||||
mod filters;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue