Add repository details

dev
Alberto Restifo 2020-04-19 14:05:27 +02:00
parent f338597def
commit b179ef7857
2 changed files with 6 additions and 1 deletions

View File

@ -12,7 +12,7 @@ in Crystal.
```yaml ```yaml
dependencies: dependencies:
cbor: cbor:
github: your-github-user/cbor git: https://git.sr.ht/~arestifo/crystal-cbor
``` ```
2. Run `shards install` 2. Run `shards install`

View File

@ -4,6 +4,11 @@ version: 0.1.0
authors: authors:
- Alberto Restifo <alberto@restifo.dev> - Alberto Restifo <alberto@restifo.dev>
description: "A CBOR library in pure Crystal, impleming RFC7049"
crystal: 0.34.0 crystal: 0.34.0
license: MIT license: MIT
repository: https://git.sr.ht/~arestifo/crystal-cbor
homepage: https://git.sr.ht/~arestifo/crystal-cbor