23 lines
387 B
YAML
23 lines
387 B
YAML
name: mailerd
|
|
version: 0.1.0
|
|
|
|
description: |
|
|
Simple email sending service.
|
|
|
|
dependencies:
|
|
kemal:
|
|
github: kemalcr/kemal
|
|
crinja:
|
|
github: straight-shoota/crinja
|
|
email:
|
|
github: arcage/crystal-email
|
|
baguette-crystal-base:
|
|
git: https://git.baguette.netlib.re/Baguette/baguette-crystal-base
|
|
branch: master
|
|
|
|
targets:
|
|
mailer:
|
|
main: src/mailer.cr
|
|
|
|
license: ISC
|