summaryrefslogtreecommitdiff
path: root/backend/.zig-cache/o/d052119414a01ee99459f8f5f77f6b6b
diff options
context:
space:
mode:
authorphyscik <mynameisgennadiy@vk.com>2026-04-13 17:38:59 +0500
committerphyscik <mynameisgennadiy@vk.com>2026-04-13 17:38:59 +0500
commita1473d2474c93e1be9a786ced3b40bbdff45fff6 (patch)
treee2e217297b760725e2287e348d2c014e2b9afe97 /backend/.zig-cache/o/d052119414a01ee99459f8f5f77f6b6b
parent6e83c903d2a63dd80b6eb7c4d9f363f7f164f210 (diff)
gitignore
Diffstat (limited to 'backend/.zig-cache/o/d052119414a01ee99459f8f5f77f6b6b')
-rw-r--r--backend/.zig-cache/o/d052119414a01ee99459f8f5f77f6b6b/dependencies.zig26
1 files changed, 0 insertions, 26 deletions
diff --git a/backend/.zig-cache/o/d052119414a01ee99459f8f5f77f6b6b/dependencies.zig b/backend/.zig-cache/o/d052119414a01ee99459f8f5f77f6b6b/dependencies.zig
deleted file mode 100644
index 3c3b2dd..0000000
--- a/backend/.zig-cache/o/d052119414a01ee99459f8f5f77f6b6b/dependencies.zig
+++ /dev/null
@@ -1,26 +0,0 @@
-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" },
-};