aboutsummaryrefslogtreecommitdiff
path: root/shard.yml
diff options
context:
space:
mode:
Diffstat (limited to 'shard.yml')
-rw-r--r--shard.yml17
1 files changed, 17 insertions, 0 deletions
diff --git a/shard.yml b/shard.yml
new file mode 100644
index 0000000..f6c9525
--- /dev/null
+++ b/shard.yml
@@ -0,0 +1,17 @@
+name: indrajith-dev-crystal
+version: 0.1.0
+
+authors:
+ - Indrajith K L <indrajith@indrajith.dev>
+
+targets:
+ indrajith-dev-crystal:
+ main: src/indrajith-dev-crystal.cr
+
+dependencies:
+ kemal:
+ github: kemalcr/kemal
+
+crystal: '>= 1.12.2'
+
+license: MIT