Add repository details
parent
f338597def
commit
b179ef7857
|
@ -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`
|
||||||
|
|
|
@ -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
|
||||||
|
|
Loading…
Reference in New Issue