25 lines
422 B
YAML
25 lines
422 B
YAML
name: kemal
|
|
version: 1.0.0
|
|
|
|
authors:
|
|
- Serdar Dogruyol <dogruyolserdar@gmail.com>
|
|
|
|
dependencies:
|
|
radix:
|
|
github: luislavena/radix
|
|
version: ~> 0.4.0
|
|
kilt:
|
|
github: jeromegn/kilt
|
|
version: ~> 0.6.0
|
|
exception_page:
|
|
github: crystal-loot/exception_page
|
|
version: ~> 0.2.0
|
|
|
|
development_dependencies:
|
|
ameba:
|
|
github: crystal-ameba/ameba
|
|
version: ~> 0.14.0
|
|
|
|
crystal: ">= 0.36.0"
|
|
|
|
license: MIT
|