shard.yml 493 B

12345678910111213141516171819202122232425262728293031
  1. name: invidious
  2. version: 0.20.0
  3. authors:
  4. - Omar Roth <omarroth@protonmail.com>
  5. targets:
  6. invidious:
  7. main: src/invidious.cr
  8. dependencies:
  9. pg:
  10. github: will/crystal-pg
  11. version: ~> 0.19.0
  12. sqlite3:
  13. github: crystal-lang/crystal-sqlite3
  14. version: ~> 0.14.0
  15. kemal:
  16. github: kemalcr/kemal
  17. version: ~> 0.26.0
  18. pool:
  19. github: ysbaddaden/pool
  20. version: ~> 0.2.3
  21. protodec:
  22. github: omarroth/protodec
  23. version: ~> 0.1.2
  24. crystal: 0.31.1
  25. license: AGPLv3