Skip to content

Commit

Permalink
build: add missing libutil dep to manifest
Browse files Browse the repository at this point in the history
  • Loading branch information
exbotanical committed Apr 10, 2024
1 parent ebfd1a6 commit 24ce7f7
Showing 1 changed file with 6 additions and 10 deletions.
16 changes: 6 additions & 10 deletions clib.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,16 +5,12 @@
"repo": "exbotanical/libtap",
"license": "MIT",
"description": "An implementation of TAP testing",
"keywords": [
"test anything protocol",
"testing",
"unit test"
],
"src": [
"include/libtap.h",
"src/tap.c"
],
"keywords": ["test anything protocol", "testing", "unit test"],
"src": ["include/libtap.h", "src/tap.c"],
"dependencies": {
"exbotanical/libutil": "0.1.13"
},
"development": {
"exbotanical/print-assert": "0.0.1"
}
}
}

0 comments on commit 24ce7f7

Please sign in to comment.