24 lines
320 B
YAML
24 lines
320 B
YAML
name: dayoff
|
|
version: 0.1.0
|
|
|
|
authors:
|
|
- Anton Vakhrushev <anton@vakhrushev.me>
|
|
|
|
targets:
|
|
dayoff:
|
|
main: src/dayoff.cr
|
|
|
|
crystal: 0.31.1
|
|
|
|
license: MIT
|
|
|
|
dependencies:
|
|
kemal:
|
|
github: kemalcr/kemal
|
|
version: ~> 0.26.1
|
|
|
|
development_dependencies:
|
|
ameba:
|
|
github: crystal-ameba/ameba
|
|
version: ~> 0.11.0
|