invidious/shard.yml

32 lines
513 B
YAML
Raw Normal View History

2017-11-29 19:12:23 -05:00
name: invidious
2019-11-18 20:41:42 -05:00
version: 0.20.1
2017-11-23 02:48:55 -05:00
authors:
2019-03-20 11:33:31 -04:00
- Omar Roth <omarroth@protonmail.com>
2021-01-07 13:01:13 -05:00
- Invidous team
2017-11-23 02:48:55 -05:00
targets:
2017-11-29 19:12:23 -05:00
invidious:
main: src/invidious.cr
2017-11-23 02:48:55 -05:00
dependencies:
pg:
github: will/crystal-pg
2021-05-24 09:45:50 -04:00
version: ~> 0.23.2
2018-11-21 18:12:13 -05:00
sqlite3:
github: crystal-lang/crystal-sqlite3
2021-02-03 23:11:54 -05:00
version: ~> 0.18.0
2019-06-15 11:34:31 -04:00
kemal:
github: kemalcr/kemal
2021-05-24 09:45:50 -04:00
version: ~> 1.0.0
2019-10-27 13:50:42 -04:00
protodec:
2021-05-14 13:57:28 -04:00
github: iv-org/protodec
2021-05-24 09:45:50 -04:00
version: ~> 0.1.4
2019-11-18 17:28:32 -05:00
lsquic:
github: iv-org/lsquic.cr
version: ~> 2.18.1-2
2017-11-23 02:48:55 -05:00
2021-05-24 09:45:50 -04:00
crystal: 1.0.0
2017-11-23 02:48:55 -05:00
2018-01-28 12:32:40 -05:00
license: AGPLv3