26 lines
363 B
YAML
26 lines
363 B
YAML
name: faaso
|
|
version: 0.1.0
|
|
|
|
authors:
|
|
- Roberto Alsina <roberto.alsina@gmail.com>
|
|
|
|
targets:
|
|
faaso:
|
|
main: src/main.cr
|
|
faaso-daemon:
|
|
main: src/daemon.cr
|
|
|
|
crystal: '>= 1.12.2'
|
|
|
|
license: MIT
|
|
|
|
|
|
dependencies:
|
|
docr:
|
|
github: ralsina/docr
|
|
branch: add_exposed_ports
|
|
commander:
|
|
github: mrrooijen/commander
|
|
kemal:
|
|
github: kemalcr/kemal
|