invidious/shard.yml

25 lines
374 B
YAML
Raw Normal View History

2017-11-29 19:12:23 -05:00
name: invidious
version: 0.2.0
2017-11-23 02:48:55 -05:00
authors:
- Omar Roth <omarroth@hotmail.com>
targets:
2017-11-29 19:12:23 -05:00
invidious:
main: src/invidious.cr
2017-11-23 02:48:55 -05:00
dependencies:
kemal:
github: kemalcr/kemal
2017-11-29 22:49:26 -05:00
branch: master
pg:
github: will/crystal-pg
2018-01-28 12:34:30 -05:00
branch: master
2018-03-16 20:36:49 -04:00
detect_language:
2018-03-22 12:05:49 -04:00
github: detectlanguage/detectlanguage-crystal
2018-03-17 01:11:40 -04:00
branch: master
2017-11-23 02:48:55 -05:00
2018-07-12 10:36:25 -04:00
crystal: 0.25.1
2017-11-23 02:48:55 -05:00
2018-01-28 12:32:40 -05:00
license: AGPLv3