feat: initial release of thespian's cbor module as a separate package
This commit is contained in:
parent
e46447c70a
commit
a6174af2ec
5 changed files with 7 additions and 130 deletions
|
@ -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",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue