invidious/shard.yml

35 lines
575 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
2020-12-14 13:33:31 -05:00
version: ~> 0.22.1
2018-11-21 18:12:13 -05:00
sqlite3:
github: crystal-lang/crystal-sqlite3
2020-12-14 13:33:31 -05:00
version: ~> 0.17.0
2019-06-15 11:34:31 -04:00
kemal:
github: kemalcr/kemal
2020-12-14 13:33:31 -05:00
version: ~> 0.27.0
2019-10-25 12:58:16 -04:00
pool:
github: ysbaddaden/pool
version: ~> 0.2.3
2019-10-27 13:50:42 -04:00
protodec:
github: omarroth/protodec
2020-12-14 13:33:31 -05:00
version: ~> 0.1.3
2019-11-18 17:28:32 -05:00
lsquic:
github: iv-org/lsquic.cr
version: ~> 2.18.1-1
2017-11-23 02:48:55 -05:00
2020-07-19 11:50:01 -04:00
crystal: 0.35.1
2017-11-23 02:48:55 -05:00
2018-01-28 12:32:40 -05:00
license: AGPLv3