Proof of concept
This commit is contained in:
17
packages/myid/build.zig.zon
Normal file
17
packages/myid/build.zig.zon
Normal 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",
|
||||
},
|
||||
}
|
||||
Reference in New Issue
Block a user