tartrazine/shard.yml

22 lines
328 B
YAML
Raw Normal View History

2024-08-02 20:03:39 +00:00
name: tartrazine
2024-08-09 14:11:17 +00:00
version: 0.1.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-03 22:25:09 +00:00
crystal: ">= 1.13.0"
2024-08-02 20:03:39 +00:00
license: MIT