feat: Created own age wrapper.

This commit is contained in:
2026-04-28 18:03:06 -04:00
parent 02ce5e46b7
commit e528652725
11 changed files with 213 additions and 5 deletions

View File

@@ -32,7 +32,9 @@
// Once all dependencies are fetched, `zig build` no longer requires
// internet connectivity.
.dependencies = .{
// .age = .{ .path = "zig-vendor/age-ffi/zig" },
.sqlite = .{ .path = "zig-vendor/zig-sqlite" },
// See `zig fetch --save <url>` for a command-line interface for adding dependencies.
//.example = .{
// // When updating this field to a new URL, be sure to delete the corresponding