Create mbSearch function

It would be so awesome... It would be so cool...
This commit is contained in:
mitteneer 2025-03-06 13:47:47 -05:00
parent 78a5d5e9d9
commit 1d4f79206a
5 changed files with 67 additions and 60 deletions

View file

@ -65,6 +65,9 @@ pub fn build(b: *std.Build) void {
.root_module = exe_mod,
});
const zig_time_dep = b.dependency("zeit", .{});
exe.root_module.addImport("zeit", zig_time_dep.module("zeit"));
// This declares intent for the executable to be installed into the
// standard location when the user invokes the "install" step (the default
// step when running `zig build`).