diff --git a/README.md b/README.md index 8e4ffee..75d781d 100644 --- a/README.md +++ b/README.md @@ -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` diff --git a/shard.yml b/shard.yml index 543d62e..370990e 100644 --- a/shard.yml +++ b/shard.yml @@ -4,6 +4,11 @@ version: 0.1.0 authors: - Alberto Restifo +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