wrote a simple protobuf sleep_proto.c

begin layout stack
begin install instructions
added info to manpage license readme
This commit is contained in:
2025-09-27 14:15:22 -04:00
parent a209f03c26
commit 9faba97d1b
23 changed files with 148 additions and 9 deletions

17
inc/sleep.h Normal file
View File

@@ -0,0 +1,17 @@
// TODO implement SLEEP
#ifndef SLEEP_H
#define SLEEP_H
#include "key.h"
/*metadata.key
metadata.signatures
metadata.bitfield
metadata.tree
metadata.data
content.key
content.signatures
content.bitfield
content.tree*/
#endif /* NURSERY_H */