From 5be858ce0c2af1f6912bc1f9d5a41525aad0e076 Mon Sep 17 00:00:00 2001 From: Giulio Phykos <52034165+phykos@users.noreply.github.com> Date: Wed, 12 Aug 2020 12:35:11 +0200 Subject: [PATCH] add `crystal-lang/json_mapping.cr` this shouldn't be done, I know. asap, `src/glue/mapper.cr` should be rewritten with `JSON::Serializable` --- shard.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/shard.yml b/shard.yml index 9782be4..b832373 100755 --- a/shard.yml +++ b/shard.yml @@ -12,4 +12,6 @@ license: MIT dependencies: ydl_binaries: - github: cooperhammond/ydl-binaries \ No newline at end of file + github: cooperhammond/ydl-binaries + json_mapping: + github: crystal-lang/json_mapping.cr