invidious/shard.yml

28 lines
429 B
YAML
Raw Normal View History

2017-11-30 01:12:23 +01:00
name: invidious
2019-08-04 16:16:29 +02:00
version: 0.19.1
2017-11-23 08:48:55 +01:00
authors:
2019-03-20 16:33:31 +01:00
- Omar Roth <omarroth@protonmail.com>
2017-11-23 08:48:55 +01:00
targets:
2017-11-30 01:12:23 +01:00
invidious:
main: src/invidious.cr
2017-11-23 08:48:55 +01:00
dependencies:
pg:
github: will/crystal-pg
version: ~> 0.19.0
2018-11-22 00:12:13 +01:00
sqlite3:
github: crystal-lang/crystal-sqlite3
version: ~> 0.14.0
2019-06-15 17:34:31 +02:00
kemal:
github: kemalcr/kemal
version: ~> 0.26.0
2019-10-25 18:58:16 +02:00
pool:
github: ysbaddaden/pool
version: ~> 0.2.3
2017-11-23 08:48:55 +01:00
2019-09-30 21:35:38 +02:00
crystal: 0.31.1
2017-11-23 08:48:55 +01:00
2018-01-28 18:32:40 +01:00
license: AGPLv3