aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
Diffstat (limited to 'cmd/mirum-agent/build.zig.zon')
-rw-r--r--cmd/mirum-agent/build.zig.zon17+0 −17
1 files changed, 0 insertions, 17 deletions
diff --git a/cmd/mirum-agent/build.zig.zon b/cmd/mirum-agent/build.zig.zon
deleted file mode 100644
--- a/cmd/mirum-agent/build.zig.zon
+++ /dev/null
@@ -1,17 +0,0 @@
-.{
- .name = .agent,
- .version = "0.0.0",
- .fingerprint = 0x268b9c9d6e24fb9b, // Changing this has security and trust implications.
- .minimum_zig_version = "0.16.0", // keep in sync with github actions
- .dependencies = .{
- .unity = .{
- .url = "https://github.com/ThrowTheSwitch/Unity/archive/refs/tags/v2.6.1.tar.gz",
- .hash = "N-V-__8AAAQfEgAjW551lOzfHoVAve6KndztgTjCXsJvElP9",
- },
- },
- .paths = .{
- "build.zig", "build.zig.zon",
- "test.c", "main.c",
- "mirum-agent.c", "mirum-agent.h",
- },
-}