hodler/shard.yml

40 lines
677 B
YAML
Raw Normal View History

2021-03-31 21:36:03 +02:00
---
name: hodler
version: 0.1.0
authors:
- Glenn Y. Rolland <glenux@glenux.net>
description: |
Crypto-currencies porfolio monitoring tool
targets:
hodler:
main: src/main.cr
dependencies:
2021-04-04 16:42:39 +02:00
# Handle XDG environment variables
2021-03-31 21:36:03 +02:00
xdg_basedir:
github: shmibs/xdg_basedir
2021-04-04 16:42:39 +02:00
# Command completion for bash
# (use pull request which fixes compatibility)
2021-03-31 21:36:03 +02:00
completion:
github: matiasgarciaisaia/completion
branch: crystal-0.18
# github: f/completion
2021-04-04 16:42:39 +02:00
# Text tables
tablo:
github: hutou/tablo
2021-03-31 21:36:03 +02:00
# pg:
# github: will/crystal-pg
# version: "~> 0.5"
# development_dependencies:
# webmock:
# github: manastech/webmock.cr
license: LGPL-3