invidious/shard.yml
Leon Klingele 7f8eeb38a1
shard: pin dependencies
This fixes the following error when running "shards update":

    Fetching https://github.com/will/crystal-pg.git
    Fetching https://github.com/crystal-lang/crystal-db.git
    Fetching https://github.com/crystal-lang/crystal-sqlite3.git
    Error resolving db (~> 0.5.0, ~> 0.6.0)
2019-08-04 11:23:55 +02:00

25 lines
371 B
YAML

name: invidious
version: 0.19.0
authors:
- Omar Roth <omarroth@protonmail.com>
targets:
invidious:
main: src/invidious.cr
dependencies:
pg:
github: will/crystal-pg
version: ~> 0.17.0
sqlite3:
github: crystal-lang/crystal-sqlite3
version: ~> 0.12.0
kemal:
github: kemalcr/kemal
version: ~> 0.25.2
crystal: 0.29.0
license: AGPLv3