diff options
| author | Alexander Rolley <arolley35@gmail.com> | 2026-05-21 15:33:16 +0200 |
|---|---|---|
| committer | Alexander Rolley <arolley35@gmail.com> | 2026-05-21 15:33:16 +0200 |
| commit | 4bca1e746c0eb32bd67fcf1977362cdb83311362 (patch) | |
| tree | feee98d329e555a316d672db5ddfd3a06fa54f86 /src/root.zig | |
| parent | a9b6b2495de6c97fd17b37885dd99d8557a9ea0e (diff) | |
| parent | ab49ab9f5cc751d185b2049896913842bd33bf7b (diff) | |
Merge branch 'dev' of https://git.nathanreiner.xyz/memora into develop
Diffstat (limited to 'src/root.zig')
| -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"); |