shard.yml 768 B

12345678910111213141516171819202122232425262728293031323334353637383940414243
  1. name: invidious
  2. version: 0.20.1
  3. authors:
  4. - Omar Roth <omarroth@protonmail.com>
  5. - Invidious team
  6. targets:
  7. invidious:
  8. main: src/invidious.cr
  9. dependencies:
  10. pg:
  11. github: will/crystal-pg
  12. version: ~> 0.24.0
  13. sqlite3:
  14. github: crystal-lang/crystal-sqlite3
  15. version: ~> 0.18.0
  16. kemal:
  17. github: kemalcr/kemal
  18. version: ~> 1.1.2
  19. kilt:
  20. github: jeromegn/kilt
  21. version: ~> 0.6.1
  22. protodec:
  23. github: iv-org/protodec
  24. version: ~> 0.1.5
  25. athena-negotiation:
  26. github: athena-framework/negotiation
  27. version: ~> 0.1.1
  28. development_dependencies:
  29. spectator:
  30. github: icy-arctic-fox/spectator
  31. version: ~> 0.10.4
  32. ameba:
  33. github: crystal-ameba/ameba
  34. version: ~> 1.5.0
  35. crystal: ">= 1.0.0, < 2.0.0"
  36. license: AGPLv3