diff options
author | Indrajith K L | 2023-11-06 06:02:00 +0530 |
---|---|---|
committer | Indrajith K L | 2023-11-06 06:02:00 +0530 |
commit | 2d0be9bd77c47f5d9cb2a179ae706c9f74d201ec (patch) | |
tree | 31bf740d78078d8fd67faec284f5d30aaf82a83c /shard.lock | |
download | wialt_daemon-2d0be9bd77c47f5d9cb2a179ae706c9f74d201ec.tar.gz wialt_daemon-2d0be9bd77c47f5d9cb2a179ae706c9f74d201ec.tar.bz2 wialt_daemon-2d0be9bd77c47f5d9cb2a179ae706c9f74d201ec.zip |
* Daemon Implementation - In-Progress
* Initial MPC Event Captures
* POST music title on daemon is loaded
* POST music title on song change - TODO
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..56fb9c2 --- /dev/null +++ b/shard.lock @@ -0,0 +1,18 @@ +version: 2.0 +shards: + crest: + git: https://github.com/mamantoha/crest.git + version: 1.3.12 + + crystal_mpd: + git: https://github.com/mamantoha/crystal_mpd.git + version: 0.15.1 + + http-client-digest_auth: + git: https://github.com/mamantoha/http-client-digest_auth.git + version: 0.6.0 + + http_proxy: + git: https://github.com/mamantoha/http_proxy.git + version: 0.10.1 + |