invidious/shard.yml

39 lines
711 B
YAML
Raw Normal View History

2017-11-29 21:12:23 -03:00
name: invidious
2019-11-18 22:41:42 -03:00
version: 0.20.1
2017-11-23 04:48:55 -03:00
authors:
2019-03-20 12:33:31 -03:00
- Omar Roth <omarroth@protonmail.com>
2021-01-07 15:01:13 -03:00
- Invidous team
2017-11-23 04:48:55 -03:00
targets:
2017-11-29 21:12:23 -03:00
invidious:
main: src/invidious.cr
2017-11-23 04:48:55 -03:00
dependencies:
pg:
github: will/crystal-pg
version: ~> 0.24.0
2018-11-21 20:12:13 -03:00
sqlite3:
github: crystal-lang/crystal-sqlite3
2021-02-04 01:11:54 -03:00
version: ~> 0.18.0
2019-06-15 11:34:31 -04:00
kemal:
github: kemalcr/kemal
version: ~> 1.1.0
2019-10-27 14:50:42 -03: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 19:28:32 -03:00
lsquic:
github: iv-org/lsquic.cr
version: ~> 2.18.1-2
athena-negotiation:
github: athena-framework/negotiation
version: ~> 0.1.1
development_dependencies:
spectator:
github: icy-arctic-fox/spectator
version: ~> 0.10.3
2017-11-23 04:48:55 -03:00
crystal: ">= 1.0.0, < 2.0.0"
2017-11-23 04:48:55 -03:00
2018-01-28 14:32:40 -03:00
license: AGPLv3