faaso/shard.yml

31 lines
485 B
YAML
Raw Normal View History

2024-06-28 15:41:21 +00:00
name: faaso
version: 0.1.0
authors:
- Roberto Alsina <roberto.alsina@gmail.com>
targets:
faaso:
main: src/main.cr
faaso-daemon:
2024-07-01 14:48:52 +00:00
main: src/daemon/main.cr
2024-06-28 15:41:21 +00:00
2024-06-30 14:55:46 +00:00
crystal: ">= 1.12.2"
2024-06-28 15:41:21 +00:00
license: MIT
dependencies:
crest:
github: mamantoha/crest
crinja:
github: straight-shoota/crinja
crystar:
github: naqvis/crystar
docopt:
github: chenkovsky/docopt.cr
docr:
2024-06-29 13:39:36 +00:00
github: ralsina/docr
branch: add_exposed_ports
kemal:
2024-06-30 14:55:46 +00:00
github: kemalcr/kemal