cq/shard.yml

24 lines
359 B
YAML

name: cq
version: 0.1.0
authors:
- Karchnu <karchnu@karchnu.fr>
description: |
CBOR Query program, similar to jq.
targets:
cq:
main: src/cq.cr
json-to-cbor:
main: src/json-to-cbor.cr
bm-json-vs-cbor:
main: tests/json-vs-cbor.cr
dependencies:
cbor:
branch: float16
git: https://git.sr.ht/~karchnu/crystal-cbor
license: ISC