lifecycle: skeleton for lifecycle worker

This commit is contained in:
Alex Auvolat
2023-08-30 12:41:11 +02:00
parent f7b409f114
commit a2e0e34db5
2 changed files with 254 additions and 0 deletions
+2
View File
@@ -2,3 +2,5 @@ pub mod block_ref_table;
pub mod mpu_table;
pub mod object_table;
pub mod version_table;
pub mod lifecycle_worker;