diff options
Diffstat (limited to 'build.zig')
| -rw-r--r-- | build.zig | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -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(.{ |