From 6e83c903d2a63dd80b6eb7c4d9f363f7f164f210 Mon Sep 17 00:00:00 2001 From: physcik Date: Mon, 13 Apr 2026 17:38:19 +0500 Subject: backend start --- .../dependencies.zig | 26 ++++++++++++++++++++++ 1 file changed, 26 insertions(+) create mode 100644 backend/.zig-cache/o/d052119414a01ee99459f8f5f77f6b6b/dependencies.zig (limited to 'backend/.zig-cache/o/d052119414a01ee99459f8f5f77f6b6b/dependencies.zig') diff --git a/backend/.zig-cache/o/d052119414a01ee99459f8f5f77f6b6b/dependencies.zig b/backend/.zig-cache/o/d052119414a01ee99459f8f5f77f6b6b/dependencies.zig new file mode 100644 index 0000000..3c3b2dd --- /dev/null +++ b/backend/.zig-cache/o/d052119414a01ee99459f8f5f77f6b6b/dependencies.zig @@ -0,0 +1,26 @@ +pub const packages = struct { + pub const @"httpz-0.0.0-PNVzrNVOBwDlxyffzwONpI9j9dYqKWXxopU1ZCLt4C09" = struct { + pub const build_root = "/home/physick/.cache/zig/p/httpz-0.0.0-PNVzrNVOBwDlxyffzwONpI9j9dYqKWXxopU1ZCLt4C09"; + pub const build_zig = @import("httpz-0.0.0-PNVzrNVOBwDlxyffzwONpI9j9dYqKWXxopU1ZCLt4C09"); + pub const deps: []const struct { []const u8, []const u8 } = &.{ + .{ "metrics", "metrics-0.0.0-W7G4eP2_AQAdJGKMonHeZFaY4oU4ZXPFFTqFCFXItX3O" }, + .{ "websocket", "websocket-0.1.0-ZPISdZJxAwAt6Ys_JpoHQQV3NpWCof_N9Jg-Ul2g7OoV" }, + }; + }; + pub const @"metrics-0.0.0-W7G4eP2_AQAdJGKMonHeZFaY4oU4ZXPFFTqFCFXItX3O" = struct { + pub const build_root = "/home/physick/.cache/zig/p/metrics-0.0.0-W7G4eP2_AQAdJGKMonHeZFaY4oU4ZXPFFTqFCFXItX3O"; + pub const build_zig = @import("metrics-0.0.0-W7G4eP2_AQAdJGKMonHeZFaY4oU4ZXPFFTqFCFXItX3O"); + pub const deps: []const struct { []const u8, []const u8 } = &.{ + }; + }; + pub const @"websocket-0.1.0-ZPISdZJxAwAt6Ys_JpoHQQV3NpWCof_N9Jg-Ul2g7OoV" = struct { + pub const build_root = "/home/physick/.cache/zig/p/websocket-0.1.0-ZPISdZJxAwAt6Ys_JpoHQQV3NpWCof_N9Jg-Ul2g7OoV"; + pub const build_zig = @import("websocket-0.1.0-ZPISdZJxAwAt6Ys_JpoHQQV3NpWCof_N9Jg-Ul2g7OoV"); + pub const deps: []const struct { []const u8, []const u8 } = &.{ + }; + }; +}; + +pub const root_deps: []const struct { []const u8, []const u8 } = &.{ + .{ "httpz", "httpz-0.0.0-PNVzrNVOBwDlxyffzwONpI9j9dYqKWXxopU1ZCLt4C09" }, +}; -- cgit v1.3