You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
invidious/shard.yml

34 lines
556 B
YAML

7 years ago
name: invidious
version: 0.20.0
7 years ago
authors:
- Omar Roth <omarroth@protonmail.com>
7 years ago
targets:
7 years ago
invidious:
main: src/invidious.cr
7 years ago
dependencies:
pg:
github: will/crystal-pg
version: ~> 0.19.0
sqlite3:
github: crystal-lang/crystal-sqlite3
version: ~> 0.14.0
5 years ago
kemal:
github: kemalcr/kemal
version: ~> 0.26.0
pool:
github: ysbaddaden/pool
version: ~> 0.2.3
protodec:
github: omarroth/protodec
version: ~> 0.1.2
lsquic:
github: omarroth/lsquic.cr
version: ~> 0.1.3
7 years ago
crystal: 0.31.1
7 years ago
6 years ago
license: AGPLv3