Use base58

This commit is contained in:
Roberto Alsina 2024-07-08 22:34:38 -03:00
parent afb6e8df0c
commit 81ec077928
2 changed files with 6 additions and 0 deletions

View File

@ -4,6 +4,10 @@ shards:
git: https://github.com/sija/backtracer.cr.git git: https://github.com/sija/backtracer.cr.git
version: 1.2.2 version: 1.2.2
base58:
git: https://github.com/crystal-china/base58.cr.git
version: 0.1.0+git.commit.d1150d4a6f086013a475640ad00e561a2fe1082a
cr-config: cr-config:
git: https://github.com/crystal-community/cr-config.git git: https://github.com/crystal-community/cr-config.git
version: 5.1.0+git.commit.5eae3dfbf97da7dfa7c6e64a2a508069948518d3 version: 5.1.0+git.commit.5eae3dfbf97da7dfa7c6e64a2a508069948518d3

View File

@ -15,6 +15,8 @@ crystal: ">= 1.12.2"
license: MIT license: MIT
dependencies: dependencies:
base58:
github: crystal-china/base58.cr
crest: crest:
github: mamantoha/crest github: mamantoha/crest
crinja: crinja: