mirror of
https://github.com/iv-org/invidious.git
synced 2025-11-03 05:38:30 -06:00
29 lines
486 B
YAML
29 lines
486 B
YAML
# SPDX-FileCopyrightText: 2019 Omar Roth <omarroth@protonmail.com>
|
|
#
|
|
# SPDX-License-Identifier: AGPL-3.0-or-later
|
|
|
|
name: invidious
|
|
version: 0.19.1
|
|
|
|
authors:
|
|
- Omar Roth <omarroth@protonmail.com>
|
|
|
|
targets:
|
|
invidious:
|
|
main: src/invidious.cr
|
|
|
|
dependencies:
|
|
pg:
|
|
github: will/crystal-pg
|
|
version: ~> 0.19.0
|
|
sqlite3:
|
|
github: crystal-lang/crystal-sqlite3
|
|
version: ~> 0.14.0
|
|
kemal:
|
|
github: kemalcr/kemal
|
|
version: ~> 0.26.0
|
|
|
|
crystal: 0.31.0
|
|
|
|
license: AGPLv3
|