blob: 261b3c7e5328b220864a439b5c0da39afb4f471d (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
|
---
name: diskfloppydotme
version: 0.1.0
targets:
diskfloppydotme:
main: src/diskfloppydotme.cr
crystal: '>= 1.13.2'
dependencies:
lucky:
github: luckyframework/lucky
version: ~> 1.2.0
avram:
github: luckyframework/avram
version: ~> 1.2.0
carbon:
github: luckyframework/carbon
version: ~> 0.5.1
carbon_sendgrid_adapter:
github: luckyframework/carbon_sendgrid_adapter
version: ~> 0.5.0
lucky_env:
github: luckyframework/lucky_env
version: ~> 0.2.0
lucky_task:
github: luckyframework/lucky_task
version: ~> 0.3.0
authentic:
github: luckyframework/authentic
version: '>= 1.0.0, < 2.0.0'
jwt:
github: crystal-community/jwt
version: ~> 1.6.1
development_dependencies:
lucky_flow:
github: luckyframework/lucky_flow
version: ~> 0.10.0
|