mfm/shard.yml

29 lines
424 B
YAML
Raw Normal View History

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
# license: MIT