mfm/shard.yml
Glenn 582282e525
Some checks failed
continuous-integration/drone/push Build is failing
continuous-integration/drone/pr Build is failing
feat: add test file for terminal management with tput
2023-11-20 12:05:51 +01:00

42 lines
792 B
YAML

---
# SPDX-License-Identifier: GPL-3.0-or-later
#
# SPDX-FileCopyrightText: 2023 Glenn Y. Rolland <glenux@glenux.net>
# Copyright © 2023 Glenn Y. Rolland <glenux@glenux.net>
name: Minimalist FUSE Manager
version: 0.1.11
targets:
test:
main: src/test.cr
mfm:
main: src/main.cr
# authors:
# - name <email@example.com>
# description: |
# Short description of gx-vault
dependencies:
crinja:
github: straight-shoota/crinja
shellwords:
github: szTheory/shellwords-crystal
version_from_shard:
github: hugopl/version_from_shard
tput:
github: crystallabs/tput.cr
version: ~> 1.0
# dependencies:
# pg:
# github: will/crystal-pg
# version: "~> 0.5"
# development_dependencies:
# webmock:
# github: manastech/webmock.cr
license: GPL-3