mfm/shard.yml
Glenn Y. Rolland 6ec7ae0ec7
All checks were successful
continuous-integration/drone/push Build is passing
fix: implement config init
2024-01-24 14:13:29 +01:00

38 lines
723 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.2.0
targets:
mfm:
main: src/main.cr
authors:
- Glenn Y. Rolland <glenux@glenux.net>
description: |
FIXME. write description
dependencies:
crinja:
github: straight-shoota/crinja
shellwords:
github: szTheory/shellwords-crystal
version_from_shard:
github: hugopl/version_from_shard
tablo:
github: hutou/tablo
baked_file_system:
github: schovi/baked_file_system
version: 0.10.0
development_dependencies:
ameba:
github: crystal-ameba/ameba
license: GPL-3