mirror of
https://gitea.invidious.io/iv-org/invidious-copy-2022-03-16.git
synced 2024-08-15 00:53:18 +00:00
20 lines
252 B
YAML
20 lines
252 B
YAML
name: visor
|
|
version: 0.1.0
|
|
|
|
authors:
|
|
- Omar Roth <omarroth@hotmail.com>
|
|
|
|
targets:
|
|
visor:
|
|
main: src/visor.cr
|
|
|
|
dependencies:
|
|
kemal:
|
|
github: kemalcr/kemal
|
|
branch: master
|
|
pg:
|
|
github: will/crystal-pg
|
|
|
|
crystal: 0.23.1
|
|
|
|
license: MIT
|