summaryrefslogtreecommitdiff
path: root/backend/.zig-cache/o/d052119414a01ee99459f8f5f77f6b6b
diff options
context:
space:
mode:
Diffstat (limited to 'backend/.zig-cache/o/d052119414a01ee99459f8f5f77f6b6b')
-rw-r--r--backend/.zig-cache/o/d052119414a01ee99459f8f5f77f6b6b/dependencies.zig26
1 files changed, 26 insertions, 0 deletions
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" },
+};