paste69/shard.yml

42 lines
701 B
YAML
Raw Normal View History

2024-01-03 00:54:12 +00:00
name: paste69
version: 0.1.0
authors:
- Chris W <cawatson1993@gmail.com>
targets:
server:
main: src/server.cr
cli:
main: src/console.cr
dependencies:
athena:
github: athena-framework/framework
branch: master
crinja:
github: straight-shoota/crinja
crecto:
2024-01-03 03:09:05 +00:00
github: Crecto/crecto
branch: master
2024-01-03 00:54:12 +00:00
pg:
github: will/crystal-pg
version: ~> 0.23.2
totem:
github: icyleaf/totem
poncho:
github: icyleaf/poncho
micrate:
github: amberframework/micrate
awscr-s3:
github: taylorfinnell/awscr-s3
magic:
github: dscottboggs/magic.cr
tasker:
github: spider-gazelle/tasker
version: ~> 2.1.4
2024-01-03 00:54:12 +00:00
crystal: '>= 1.10.1'
license: MIT