aboutsummaryrefslogtreecommitdiff
path: root/build.zig
diff options
context:
space:
mode:
authorNathan Reiner <nathan@nathanreiner.xyz>2026-05-23 07:11:00 +0200
committerNathan Reiner <nathan@nathanreiner.xyz>2026-05-23 07:11:00 +0200
commitf109fb62b7e45d54b0c9f524a0707f3c2688b6cb (patch)
treee539196b2b97fc3e8f11837c4638288b8494ff80 /build.zig
parent79ba17323c33c7e7e6b4b3ef526db85f1cf9c086 (diff)
add api sketch
Diffstat (limited to 'build.zig')
-rw-r--r--build.zig2
1 files changed, 2 insertions, 0 deletions
diff --git a/build.zig b/build.zig
index 9f8d9dc..db5a525 100644
--- a/build.zig
+++ b/build.zig
@@ -32,6 +32,8 @@ pub fn build(b: *std.Build) void {
.target = target,
});
+ api_mod.addImport("http", http_mod);
+
const exe = b.addExecutable(.{
.name = "memora",
.root_module = b.createModule(.{