12345678910111213141516171819202122232425262728293031323334 |
- name: invidious
- version: 0.20.1
- authors:
- - Omar Roth <omarroth@protonmail.com>
- targets:
- invidious:
- main: src/invidious.cr
- dependencies:
- pg:
- github: will/crystal-pg
- version: ~> 0.21.0
- sqlite3:
- github: crystal-lang/crystal-sqlite3
- version: ~> 0.16.0
- kemal:
- github: kemalcr/kemal
- version: ~> 0.26.1
- pool:
- github: ysbaddaden/pool
- version: ~> 0.2.3
- protodec:
- github: omarroth/protodec
- version: ~> 0.1.2
- lsquic:
- github: omarroth/lsquic.cr
- branch: dev
- crystal: 0.34.0
- license: AGPLv3
|