invidious/shard.yml
2019-09-29 14:28:20 +02:00

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