forked from midou/invidious
52f71cdda0
This updates will/crystal-pg to 0.18.1 and kemalcr/kemal tp 0.26.0.
25 lines
371 B
YAML
25 lines
371 B
YAML
name: invidious
|
|
version: 0.19.1
|
|
|
|
authors:
|
|
- Omar Roth <omarroth@protonmail.com>
|
|
|
|
targets:
|
|
invidious:
|
|
main: src/invidious.cr
|
|
|
|
dependencies:
|
|
pg:
|
|
github: will/crystal-pg
|
|
version: ~> 0.18.1
|
|
sqlite3:
|
|
github: crystal-lang/crystal-sqlite3
|
|
version: ~> 0.13.0
|
|
kemal:
|
|
github: kemalcr/kemal
|
|
version: ~> 0.26.0
|
|
|
|
crystal: 0.30.0
|
|
|
|
license: AGPLv3
|