From b179ef7857d8a3e6269025a3fe3bb89be0f0f534 Mon Sep 17 00:00:00 2001 From: Alberto Restifo Date: Sun, 19 Apr 2020 14:05:27 +0200 Subject: [PATCH] Add repository details --- README.md | 2 +- shard.yml | 5 +++++ 2 files changed, 6 insertions(+), 1 deletion(-) 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