invidious/shard.yml

43 lines
768 B
YAML
Raw Normal View History

2017-11-30 01:12:23 +01:00
name: invidious
2019-11-19 02:41:42 +01:00
version: 0.20.1
2017-11-23 08:48:55 +01:00
authors:
2019-03-20 16:33:31 +01:00
- Omar Roth <omarroth@protonmail.com>
- Invidious team
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
2022-04-14 17:59:22 +02:00
version: ~> 0.24.0
2018-11-22 00:12:13 +01:00
sqlite3:
github: crystal-lang/crystal-sqlite3
2022-04-14 17:59:22 +02:00
version: ~> 0.18.0
2019-06-15 17:34:31 +02:00
kemal:
github: kemalcr/kemal
2022-02-24 16:48:35 +01:00
version: ~> 1.1.2
kilt:
github: jeromegn/kilt
version: ~> 0.6.1
2019-10-27 18:50:42 +01:00
protodec:
2021-05-14 19:57:28 +02:00
github: iv-org/protodec
2022-12-01 20:09:31 +01:00
version: ~> 0.1.5
athena-negotiation:
github: athena-framework/negotiation
version: ~> 0.1.1
development_dependencies:
spectator:
github: icy-arctic-fox/spectator
2022-04-14 17:59:22 +02:00
version: ~> 0.10.4
ameba:
github: crystal-ameba/ameba
version: ~> 1.5.0
2017-11-23 08:48:55 +01:00
crystal: ">= 1.0.0, < 2.0.0"
2017-11-23 08:48:55 +01:00
2018-01-28 18:32:40 +01:00
license: AGPLv3