Add cli & lib crates
This commit is contained in:
6
lib/src/wfe.rs
Normal file
6
lib/src/wfe.rs
Normal file
@ -0,0 +1,6 @@
|
||||
use serde::Serialize;
|
||||
|
||||
#[derive(Serialize)]
|
||||
pub struct WaitForEvent {
|
||||
pub timeout: bool,
|
||||
}
|
||||
Reference in New Issue
Block a user