diff options
author | Indrajith K L | 2023-11-06 06:12:28 +0530 |
---|---|---|
committer | Indrajith K L | 2023-11-06 06:12:28 +0530 |
commit | bf91c7ef4f374a78bff46a42a85c0426b0abf7d0 (patch) | |
tree | a38e002b64c3dd5fb6f9dca7791eba4f99a68760 /shard.lock | |
download | wialt_listener-bf91c7ef4f374a78bff46a42a85c0426b0abf7d0.tar.gz wialt_listener-bf91c7ef4f374a78bff46a42a85c0426b0abf7d0.tar.bz2 wialt_listener-bf91c7ef4f374a78bff46a42a85c0426b0abf7d0.zip |
* 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
Diffstat (limited to 'shard.lock')
-rw-r--r-- | shard.lock | 18 |
1 files changed, 18 insertions, 0 deletions
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 + |