aboutsummaryrefslogtreecommitdiff
path: root/shard.yml
blob: 249c50d1cff6460b627400a0be2b5a673aab7781 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
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