first commit

This commit is contained in:
Lorenzo Torres 2026-01-30 16:21:31 +01:00
commit 6f76f9dd9d
9 changed files with 1071 additions and 0 deletions

13
build.zig.zon Normal file
View file

@ -0,0 +1,13 @@
.{
.name = .hydra,
.version = "0.0.0",
.fingerprint = 0x11350dc1acc0b33e, // Changing this has security and trust implications.
.minimum_zig_version = "0.16.0-dev.2261+d6b3dd25a",
.dependencies = .{
},
.paths = .{
"build.zig",
"build.zig.zon",
"src",
},
}