build: migrate to separate cbor package

This commit is contained in:
CJ van den Berg 2025-03-26 20:38:47 +01:00
parent e3921691dc
commit 42a98a44e7
Signed by: neurocyte
GPG key ID: 8EB1E1BB660E3FB9
5 changed files with 8 additions and 1659 deletions

View file

@ -1,6 +1,5 @@
const std = @import("std");
pub const cpp = @import("tests_cpp.zig");
pub const cbor = @import("tests_cbor.zig");
pub const thespian = @import("tests_thespian.zig");
test {