2023-10-24 10:50:01 +00:00
|
|
|
---
|
2023-10-25 12:01:46 +00:00
|
|
|
# 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>
|
|
|
|
|
2023-10-24 10:50:01 +00:00
|
|
|
name: Minimalist FUSE Manager
|
2023-10-20 09:29:54 +00:00
|
|
|
version: 0.1.0
|
|
|
|
|
|
|
|
targets:
|
2023-10-24 10:50:01 +00:00
|
|
|
mfm:
|
2023-10-20 09:29:54 +00:00
|
|
|
main: src/main.cr
|
|
|
|
|
|
|
|
# authors:
|
|
|
|
# - name <email@example.com>
|
|
|
|
|
|
|
|
# description: |
|
|
|
|
# Short description of gx-vault
|
|
|
|
|
2023-10-24 10:50:01 +00:00
|
|
|
dependencies:
|
|
|
|
shellwords:
|
|
|
|
github: szTheory/shellwords-crystal
|
|
|
|
|
2023-10-20 09:29:54 +00:00
|
|
|
# dependencies:
|
|
|
|
# pg:
|
|
|
|
# github: will/crystal-pg
|
|
|
|
# version: "~> 0.5"
|
|
|
|
|
|
|
|
# development_dependencies:
|
|
|
|
# webmock:
|
|
|
|
# github: manastech/webmock.cr
|
|
|
|
|
2023-10-25 12:01:46 +00:00
|
|
|
license: GPL-3
|