Files
Mango/shard.yml
T
Alex Ling dd01e632a2 Promote ameba from development dependency to regular dependency
So I can use it in CI while keeping the `--production` flag in Makefile
2020-05-29 16:33:15 +00:00

26 lines
393 B
YAML

name: mango
version: 0.4.0
authors:
- Alex Ling <hkalexling@gmail.com>
targets:
mango:
main: src/mango.cr
crystal: 0.34.0
license: MIT
dependencies:
kemal:
github: kemalcr/kemal
sqlite3:
github: crystal-lang/crystal-sqlite3
baked_file_system:
github: schovi/baked_file_system
archive:
github: hkalexling/archive.cr
ameba:
github: crystal-ameba/ameba