code-preloader/shard.yml

35 lines
629 B
YAML
Raw Normal View History

2023-12-29 15:01:22 +00:00
---
name: code-preloader
2023-12-29 13:13:20 +00:00
version: 0.1.0
targets:
2023-12-29 15:01:22 +00:00
code-preloader:
2023-12-29 13:13:20 +00:00
main: src/main.cr
authors:
- Glenn Y. Rolland <glenux@glenux.net>
2023-12-31 12:47:16 +00:00
dependencies:
2024-01-04 21:54:04 +00:00
crinja:
github: straight-shoota/crinja
2023-12-31 12:47:16 +00:00
magic:
github: dscottboggs/magic.cr
2024-01-02 11:32:00 +00:00
walk:
github: alexherbo2/walk.cr
2024-01-03 16:03:40 +00:00
version_from_shard:
github: hugopl/version_from_shard
baked_file_system:
github: schovi/baked_file_system
version: 0.10.0
2024-01-04 11:42:34 +00:00
# completion:
# github: f/completion
2023-12-31 12:47:16 +00:00
2023-12-29 13:13:20 +00:00
# description: |
# Short description of chatgpt-preloader
# development_dependencies:
# webmock:
# github: manastech/webmock.cr
2023-12-31 12:47:16 +00:00
license: LGPL-3.0-or-later