forked from midou/invidious
25 lines
374 B
YAML
25 lines
374 B
YAML
name: invidious
|
|
version: 0.2.0
|
|
|
|
authors:
|
|
- Omar Roth <omarroth@hotmail.com>
|
|
|
|
targets:
|
|
invidious:
|
|
main: src/invidious.cr
|
|
|
|
dependencies:
|
|
kemal:
|
|
github: kemalcr/kemal
|
|
branch: master
|
|
pg:
|
|
github: will/crystal-pg
|
|
branch: master
|
|
detect_language:
|
|
github: detectlanguage/detectlanguage-crystal
|
|
branch: master
|
|
|
|
crystal: 0.25.0
|
|
|
|
license: AGPLv3
|