27 lines
428 B
YAML
27 lines
428 B
YAML
|
name: kanban
|
||
|
version: 0.1.0
|
||
|
|
||
|
# authors:
|
||
|
# - name <email@example.com>
|
||
|
|
||
|
# description: |
|
||
|
# Short description of kanban
|
||
|
|
||
|
dependencies:
|
||
|
kemal:
|
||
|
github: kemalcr/kemal
|
||
|
authd:
|
||
|
github: Lukc/authd
|
||
|
fs:
|
||
|
git: https://git.karchnu.fr/JunkOS/fs.cr
|
||
|
|
||
|
# pg:
|
||
|
# github: will/crystal-pg
|
||
|
# version: "~> 0.5"
|
||
|
|
||
|
# development_dependencies:
|
||
|
# webmock:
|
||
|
# github: manastech/webmock.cr
|
||
|
|
||
|
# license: MIT
|