Files
castle/packages/myid/build.zig.zon
2025-07-10 21:31:52 +02:00

18 lines
532 B
Zig

.{
.name = .myid,
.version = "0.0.0",
.dependencies = .{
.sqlite = .{
.url = "git+https://github.com/vrischmann/zig-sqlite#be8b4965b46fc1a7a819bf3cba09f370c0e9c64c",
.hash = "sqlite-3.48.0-F2R_a9GLDgAXT-c49TfkFMt6yPOMQAYfp4ig8bRNdZs4",
},
},
.fingerprint = 0x4dc8d6b2af89dd8f, // Changing this has security and trust implications.
.minimum_zig_version = "0.15.0-dev.919+044ccf413",
.paths = .{
"build.zig",
"build.zig.zon",
"src",
},
}