aboutsummaryrefslogtreecommitdiff
path: root/shard.yml
blob: 228995d42166f52182f3ab1e2223de0646f65f2c (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
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
  crest:
    github: mamantoha/crest
  dotenv:
    github: xtokio/dotenv

crystal: '>= 1.12.2'

license: MIT