Add basic structure for Crystal

This commit is contained in:
Glenn Y. Rolland 2020-05-17 17:39:36 +02:00
parent 9c49654757
commit eeb3fe508c
2 changed files with 19 additions and 0 deletions

19
shard.yml Normal file
View 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
View file