mirror of
https://github.com/cooperhammond/irs.git
synced 2024-11-08 18:38:33 +00:00
18 lines
253 B
YAML
Executable file
18 lines
253 B
YAML
Executable file
name: irs
|
|
version: 1.0.1
|
|
|
|
authors:
|
|
- Cooper Hammond <kepoorh@gmail.com>
|
|
|
|
targets:
|
|
irs:
|
|
main: src/irs.cr
|
|
|
|
license: MIT
|
|
|
|
dependencies:
|
|
ydl_binaries:
|
|
github: cooperhammond/ydl-binaries
|
|
json_mapping:
|
|
github: crystal-lang/json_mapping.cr
|