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.yml | |
download | wialt_daemon-master.tar.gz wialt_daemon-master.tar.bz2 wialt_daemon-master.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.yml')
-rw-r--r-- | shard.yml | 19 |
1 files changed, 19 insertions, 0 deletions
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 <indrajith@indrajith.dev> + +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 |