Mango/shard.yml

26 lines
375 B
YAML
Raw Normal View History

2020-02-11 22:06:17 +00:00
name: mango
2020-05-24 06:36:40 +00:00
version: 0.4.0
2020-02-11 22:06:17 +00:00
authors:
- Alex Ling <hkalexling@gmail.com>
targets:
mango:
main: src/mango.cr
2020-04-07 12:37:23 +00:00
crystal: 0.34.0
2020-02-11 22:06:17 +00:00
license: MIT
dependencies:
kemal:
github: kemalcr/kemal
sqlite3:
github: crystal-lang/crystal-sqlite3
baked_file_system:
github: schovi/baked_file_system
2020-04-08 06:40:39 +00:00
development_dependencies:
ameba:
github: crystal-ameba/ameba