Proof of concept

This commit is contained in:
2025-07-10 21:31:52 +02:00
parent 80c06b9c4e
commit af8bfe1518
8 changed files with 566 additions and 0 deletions

View File

@@ -0,0 +1,17 @@
.{
.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",
},
}