diff --git a/src/core/orchestrator/mod.rs b/src/core/orchestrator/mod.rs index 2ed7240..e1f53f1 100644 --- a/src/core/orchestrator/mod.rs +++ b/src/core/orchestrator/mod.rs @@ -29,7 +29,7 @@ type ConcreteContainers = web::WebContainers; type ConcreteContainers = native::NativeContainers; #[derive(Serialize, Deserialize, Kind)] -pub struct Module(Vec, PhantomData); +pub struct Module(#[kind(using::Serde)] Vec, PhantomData); impl Module { pub fn new(data: Vec) -> Self {