mirror of
https://gitea.invidious.io/iv-org/invidious-copy-2022-08-14.git
synced 2024-08-15 00:53:20 +00:00
a539de4f97
* Upgrade to Kemal v1.1.0 * Bump postgres driver
34 lines
612 B
YAML
34 lines
612 B
YAML
name: invidious
|
|
version: 0.20.1
|
|
|
|
authors:
|
|
- Omar Roth <omarroth@protonmail.com>
|
|
- Invidous team
|
|
|
|
targets:
|
|
invidious:
|
|
main: src/invidious.cr
|
|
|
|
dependencies:
|
|
pg:
|
|
github: will/crystal-pg
|
|
version: ~> 0.24.0
|
|
sqlite3:
|
|
github: crystal-lang/crystal-sqlite3
|
|
version: ~> 0.18.0
|
|
kemal:
|
|
github: kemalcr/kemal
|
|
version: ~> 1.1.0
|
|
protodec:
|
|
github: iv-org/protodec
|
|
version: ~> 0.1.4
|
|
lsquic:
|
|
github: iv-org/lsquic.cr
|
|
version: ~> 2.18.1-2
|
|
athena-negotiation:
|
|
github: athena-framework/negotiation
|
|
version: ~> 0.1.1
|
|
|
|
crystal: ">= 1.0.0, < 2.0.0"
|
|
|
|
license: AGPLv3
|