From bf91c7ef4f374a78bff46a42a85c0426b0abf7d0 Mon Sep 17 00:00:00 2001 From: Indrajith K L Date: Mon, 6 Nov 2023 06:12:28 +0530 Subject: Initial Commit * Listener Implementation - In-Progress * Initial API Endpoints and Websocket implementation * API End Points Implemented -> /music_changed, /state_change * Websocket End Points implemented -> /i_am_listening_to * Socket Implementation - In-Progress --- shard.lock | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) create mode 100644 shard.lock (limited to 'shard.lock') diff --git a/shard.lock b/shard.lock new file mode 100644 index 0000000..82d8d02 --- /dev/null +++ b/shard.lock @@ -0,0 +1,18 @@ +version: 2.0 +shards: + backtracer: + git: https://github.com/sija/backtracer.cr.git + version: 1.2.2 + + exception_page: + git: https://github.com/crystal-loot/exception_page.git + version: 0.3.1 + + kemal: + git: https://github.com/kemalcr/kemal.git + version: 1.4.0 + + radix: + git: https://github.com/luislavena/radix.git + version: 0.4.1 + -- cgit v1.2.3