diff options
| author | Nathan Reiner <nathan@nathanreiner.xyz> | 2026-05-21 11:55:44 +0200 |
|---|---|---|
| committer | Nathan Reiner <nathan@nathanreiner.xyz> | 2026-05-21 11:55:44 +0200 |
| commit | ab49ab9f5cc751d185b2049896913842bd33bf7b (patch) | |
| tree | 4a3a9bab5daf36d3a500353049423f41e8f55357 /src | |
| parent | 5e6b01b3b5357f43406be438074b94b3bcc90751 (diff) | |
add docgen
Diffstat (limited to 'src')
| -rw-r--r-- | src/root.zig | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/src/root.zig b/src/root.zig new file mode 100644 index 0000000..8d85eb4 --- /dev/null +++ b/src/root.zig @@ -0,0 +1,6 @@ +//! Memora Software Stack + +pub const db = @import("db"); +pub const api = @import("api"); +pub const frontend = @import("frontend"); +pub const http = @import("http"); |