Add repository details
This commit is contained in:
parent
f338597def
commit
b179ef7857
2 changed files with 6 additions and 1 deletions
|
@ -12,7 +12,7 @@ in Crystal.
|
|||
```yaml
|
||||
dependencies:
|
||||
cbor:
|
||||
github: your-github-user/cbor
|
||||
git: https://git.sr.ht/~arestifo/crystal-cbor
|
||||
```
|
||||
|
||||
2. Run `shards install`
|
||||
|
|
|
@ -4,6 +4,11 @@ version: 0.1.0
|
|||
authors:
|
||||
- Alberto Restifo <alberto@restifo.dev>
|
||||
|
||||
description: "A CBOR library in pure Crystal, impleming RFC7049"
|
||||
|
||||
crystal: 0.34.0
|
||||
|
||||
license: MIT
|
||||
|
||||
repository: https://git.sr.ht/~arestifo/crystal-cbor
|
||||
homepage: https://git.sr.ht/~arestifo/crystal-cbor
|
||||
|
|
Loading…
Add table
Reference in a new issue