aboutsummaryrefslogtreecommitdiff
path: root/shard.yml
diff options
context:
space:
mode:
Diffstat (limited to 'shard.yml')
-rw-r--r--shard.yml36
1 files changed, 36 insertions, 0 deletions
diff --git a/shard.yml b/shard.yml
new file mode 100644
index 0000000..261b3c7
--- /dev/null
+++ b/shard.yml
@@ -0,0 +1,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