mfm/shard.yml
Glenn 24f7927ac0
All checks were successful
continuous-integration/drone/push Build is passing
continuous-integration/drone/pr Build is passing
feat: add basic support for i18n
2023-11-18 19:58:48 +01:00

40 lines
750 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.0
targets:
mfm:
main: src/main.cr
# authors:
# - name <email@example.com>
# description: |
# Short description of gx-vault
dependencies:
shellwords:
github: szTheory/shellwords-crystal
version: 0.1.0
baked_file_system:
github: schovi/baked_file_system
version: 0.10.0
i18n:
github: crystal-i18n/i18n
version: 0.2.1
# dependencies:
# pg:
# github: will/crystal-pg
# version: "~> 0.5"
# development_dependencies:
# webmock:
# github: manastech/webmock.cr
license: GPL-3