tartrazine/shard.yml

24 lines
371 B
YAML
Raw Normal View History

2024-08-02 20:03:39 +00:00
name: tartrazine
2024-08-19 15:43:51 +00:00
version: 0.5.1
2024-08-02 20:03:39 +00:00
authors:
- Roberto Alsina <roberto.alsina@gmail.com>
targets:
tartrazine:
main: src/main.cr
2024-08-02 20:03:39 +00:00
2024-08-03 22:25:09 +00:00
dependencies:
2024-08-07 19:28:26 +00:00
baked_file_system:
github: schovi/baked_file_system
2024-08-03 22:25:09 +00:00
base58:
github: crystal-china/base58.cr
sixteen:
github: ralsina/sixteen
2024-08-09 19:58:15 +00:00
docopt:
github: chenkovsky/docopt.cr
2024-08-03 22:25:09 +00:00
crystal: ">= 1.13.0"
2024-08-02 20:03:39 +00:00
license: MIT