initial commit

This commit is contained in:
Squibid 2025-12-03 14:22:10 -05:00
commit 4b8dff4d24
Signed by: squibid
GPG key ID: BECE5684D3C4005D
18 changed files with 1290 additions and 0 deletions

20
build.zig.zon Normal file
View file

@ -0,0 +1,20 @@
.{
.name = .fooud,
.version = "1.0.0",
.fingerprint = 0xe809364a41c00a2b, // Changing this has security and trust implications.
.minimum_zig_version = "0.15.2",
.dependencies = .{
.curl = .{
.url = "https://github.com/jiacai2050/zig-curl/archive/refs/tags/v0.3.2.zip",
.hash = "curl-0.3.2-P4tT4SXPAACuV6f5eyh4jG_1SspjWwMm_vRJfoKrQep5",
},
},
.paths = .{
"build.zig",
"build.zig.zon",
"src",
// For example...
//"LICENSE",
//"README.md",
},
}