Add basic structure for Crystal
This commit is contained in:
parent
9c49654757
commit
eeb3fe508c
2 changed files with 19 additions and 0 deletions
19
shard.yml
Normal file
19
shard.yml
Normal file
|
@ -0,0 +1,19 @@
|
|||
name: rakenne
|
||||
version: 0.1.0
|
||||
|
||||
# authors:
|
||||
# - name <email@example.com>
|
||||
|
||||
# description: |
|
||||
# Short description of rakenne
|
||||
|
||||
# dependencies:
|
||||
# pg:
|
||||
# github: will/crystal-pg
|
||||
# version: "~> 0.5"
|
||||
|
||||
# development_dependencies:
|
||||
# webmock:
|
||||
# github: manastech/webmock.cr
|
||||
|
||||
# license: MIT
|
0
src/main.cr
Normal file
0
src/main.cr
Normal file
Loading…
Reference in a new issue