Add cli & lib crates

This commit is contained in:
2021-04-22 15:13:28 +02:00
parent e39cffa3f6
commit 3a9ecc398a
53 changed files with 5065 additions and 99 deletions

6
lib/src/wfe.rs Normal file
View File

@ -0,0 +1,6 @@
use serde::Serialize;
#[derive(Serialize)]
pub struct WaitForEvent {
pub timeout: bool,
}