diff options
| author | Bobby <[email protected]> | 2026-02-25 06:09:23 +0530 |
|---|---|---|
| committer | Bobby <[email protected]> | 2026-02-25 06:09:23 +0530 |
| commit | bd462bccea2a637486f863a6342b9870b35c69aa (patch) | |
| tree | c68dc848542f53b701c553bd0124874948598c8d /build.zig.zon | |
| parent | 313ab7ea7d5a5d902005d8543ab6b323ed948048 (diff) | |
| download | akiba-bd462bccea2a637486f863a6342b9870b35c69aa.tar.xz akiba-bd462bccea2a637486f863a6342b9870b35c69aa.zip | |
feat: Add common constants, errors, and serial driver functionality
Diffstat (limited to 'build.zig.zon')
| -rw-r--r-- | build.zig.zon | 11 |
1 files changed, 1 insertions, 10 deletions
diff --git a/build.zig.zon b/build.zig.zon index b309a37..2f7209d 100644 --- a/build.zig.zon +++ b/build.zig.zon @@ -3,14 +3,5 @@ .version = "1.0.0", .fingerprint = 0xa42f71a68564f824, .minimum_zig_version = "0.15.2", - .paths = .{ - "build.zig", - "build.zig.zon", - "hikari", - "mirai", - "linker", - "toolchain", - "scripts", - "resources", - }, + .paths = .{ "build.zig", "build.zig.zon", "hikari", "mirai", "linker", "toolchain", "scripts", "resources", "common" }, } |
