From 2d0be9bd77c47f5d9cb2a179ae706c9f74d201ec Mon Sep 17 00:00:00 2001 From: Indrajith K L Date: Mon, 6 Nov 2023 06:02:00 +0530 Subject: Initial Commit * Daemon Implementation - In-Progress * Initial MPC Event Captures * POST music title on daemon is loaded * POST music title on song change - TODO --- shard.yml | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) create mode 100644 shard.yml (limited to 'shard.yml') diff --git a/shard.yml b/shard.yml new file mode 100644 index 0000000..249c50d --- /dev/null +++ b/shard.yml @@ -0,0 +1,19 @@ +name: wialt_daemon +version: 0.1.0 + +authors: + - Indrajith K L + +dependencies: + crystal_mpd: + github: mamantoha/crystal_mpd + crest: + github: mamantoha/crest + +targets: + wialt_daemon: + main: src/wialt_daemon.cr + +crystal: '>= 1.10.1' + +license: MIT -- cgit v1.2.3