30 lines
438 B
YAML
30 lines
438 B
YAML
name: ivr-api
|
|
version: 0.1.0
|
|
|
|
targets:
|
|
invidious:
|
|
main: src/main.cr
|
|
|
|
dependencies:
|
|
kemal:
|
|
github: kemalcr/kemal
|
|
redis:
|
|
github: stefanwille/crystal-redis
|
|
|
|
|
|
# authors:
|
|
# - name <email@example.com>
|
|
|
|
# description: |
|
|
# Short description of ivr-api
|
|
|
|
# dependencies:
|
|
# pg:
|
|
# github: will/crystal-pg
|
|
# version: "~> 0.5"
|
|
|
|
# development_dependencies:
|
|
# webmock:
|
|
# github: manastech/webmock.cr
|
|
|
|
# license: MIT
|