feat: initial release of thespian's cbor module as a separate package

This commit is contained in:
CJ van den Berg 2025-03-18 23:06:38 +01:00
parent e46447c70a
commit a6174af2ec
Signed by: neurocyte
GPG key ID: 8EB1E1BB660E3FB9
5 changed files with 7 additions and 130 deletions

View file

@ -1,20 +1,9 @@
.{
.name = .thespian,
.version = "0.0.1",
.fingerprint = 0xe9ff00fd8e4e01a3,
.name = .cbor,
.version = "1.0.0",
.fingerprint = 0x1feaffc7fc04c445,
.dependencies = .{
.asio = .{
.url = "https://github.com/neurocyte/asio/archive/24d28864ec5aae6146d88a172288e3bf3f099734.tar.gz",
.hash = "asio-1.30.2-tLhDdyKA4QBqQFDrsuK_hO1HfqX-DQMl-Sku7yy4vUfM",
},
.tracy = .{
.url = "https://github.com/neurocyte/zig-tracy/archive/82f18a661af17089198fb7c489ef253f02b939b5.tar.gz",
.hash = "zig_tracy-0.0.3-5-cp3JZ2AAC6j-gWFhPKXyF6WASJpCzQeNy7Bi712t1a",
},
},
.paths = .{
"include",
"src",
"test",
"build.zig",