summaryrefslogtreecommitdiffstats
path: root/shard.yml
blob: 76e678467c9719586cc879d362abb71143f4c28f (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
name: invidious
version: 0.20.1

authors:
  - Omar Roth <omarroth@protonmail.com>
  - Invidous team

targets:
  invidious:
    main: src/invidious.cr

dependencies:
  pg:
    github: will/crystal-pg
    version: ~> 0.24.0
  sqlite3:
    github: crystal-lang/crystal-sqlite3
    version: ~> 0.18.0
  kemal:
    github: kemalcr/kemal
    version: ~> 1.1.2
  protodec:
    github: iv-org/protodec
    version: ~> 0.1.4
  lsquic:
    github: iv-org/lsquic.cr
    version: ~> 2.18.1-2
  athena-negotiation:
    github: athena-framework/negotiation
    version: ~> 0.1.1

development_dependencies:
  spectator:
    github: icy-arctic-fox/spectator
    version: ~> 0.10.4
  ameba:
    github: crystal-ameba/ameba
    version: ~> 0.14.3

crystal: ">= 1.0.0, < 2.0.0"

license: AGPLv3