Added carbon dependency to shard.yml
This commit is contained in:
parent
6a38a1cebc
commit
4491c6dba1
2 changed files with 7 additions and 0 deletions
|
@ -16,6 +16,10 @@ shards:
|
||||||
git: https://github.com/cadmiumcr/transliterator.git
|
git: https://github.com/cadmiumcr/transliterator.git
|
||||||
version: 0.1.0+git.commit.46c4c14594057dbcfaf27e7e7c8c164d3f0ce3f1
|
version: 0.1.0+git.commit.46c4c14594057dbcfaf27e7e7c8c164d3f0ce3f1
|
||||||
|
|
||||||
|
carbon:
|
||||||
|
git: https://github.com/luckyframework/carbon.git
|
||||||
|
version: 0.3.0
|
||||||
|
|
||||||
cry:
|
cry:
|
||||||
git: https://github.com/luckyframework/cry.git
|
git: https://github.com/luckyframework/cry.git
|
||||||
version: 0.4.3
|
version: 0.4.3
|
||||||
|
|
|
@ -26,6 +26,9 @@ dependencies:
|
||||||
lucky_task:
|
lucky_task:
|
||||||
github: luckyframework/lucky_task
|
github: luckyframework/lucky_task
|
||||||
version: ~> 0.1.1
|
version: ~> 0.1.1
|
||||||
|
carbon:
|
||||||
|
github: luckyframework/carbon
|
||||||
|
version: ~> 0.3.0
|
||||||
monads:
|
monads:
|
||||||
github: alex-lairan/monads
|
github: alex-lairan/monads
|
||||||
development_dependencies:
|
development_dependencies:
|
||||||
|
|
Loading…
Reference in a new issue