srctree

Gregory Mullen parent 823e4f35 4f4e6c1c
move some stuff around

build.zig added: 7, removed: 7, total 0
@@ -7,8 +7,8 @@ pub fn build(b: *std.Build) void {
const dep_mqtt = b.dependency("mqtt", .{ .target = target, .optimize = optimize });
 
const exe = b.addExecutable(.{
.name = "herbomony",
.root_source_file = b.path("src/zigbee.zig"),
.name = "gak",
.root_source_file = b.path("src/main.zig"),
.target = target,
.optimize = optimize,
});
@@ -28,7 +28,7 @@ pub fn build(b: *std.Build) void {
run_step.dependOn(&run_cmd.step);
 
const exe_unit_tests = b.addTest(.{
.root_source_file = b.path("src/zigbee.zig"),
.root_source_file = b.path("src/main.zig"),
.target = target,
.optimize = optimize,
});
 
build.zig.zon added: 7, removed: 7, total 0
@@ -4,8 +4,8 @@
//.minimum_zig_version = "0.11.0",
.dependencies = .{
.mqtt = .{
.url = "git+https://github.com/GrayHatter/mqtt.git#d37771dc42e3f3ceb18024b0b4281582348f01a2",
.hash = "12201b1ee8c1f57fb7cf30c529604b48ad1254083898dc04616bed967629ed94373c",
.url = "git+https://github.com/GrayHatter/mqtt.git#1c6d809266e53049cac98d9ca27a37f1b875c5f6",
.hash = "1220e9f635e23147a4677a0db093562a1c8a45228f209b2260630e2cdadfbb099a1a",
},
},
.paths = .{
 
filename was Deleted added: 7, removed: 7, total 0