mirror of
https://github.com/ralsina/tartrazine.git
synced 2024-11-10 05:22:23 +00:00
22 lines
328 B
YAML
22 lines
328 B
YAML
name: tartrazine
|
|
version: 0.1.1
|
|
|
|
authors:
|
|
- Roberto Alsina <roberto.alsina@gmail.com>
|
|
|
|
targets:
|
|
tartrazine:
|
|
main: src/main.cr
|
|
|
|
dependencies:
|
|
baked_file_system:
|
|
github: schovi/baked_file_system
|
|
base58:
|
|
github: crystal-china/base58.cr
|
|
sixteen:
|
|
github: ralsina/sixteen
|
|
|
|
crystal: ">= 1.13.0"
|
|
|
|
license: MIT
|