Update example funko
This commit is contained in:
parent
bbe934f2b8
commit
bcbf74bbaa
@ -1,3 +1,11 @@
|
|||||||
# README
|
# Readme for Hello_crystal
|
||||||
|
|
||||||
This is the readme for people trying to *use* this runtime.
|
This is a funko using the Crystal runtime for [FaaSO](https://git.ralsina.me/ralsina/faaso)
|
||||||
|
|
||||||
|
## What is Hello_crystal
|
||||||
|
|
||||||
|
Write here what it is
|
||||||
|
|
||||||
|
## How to use Hello_crystal
|
||||||
|
|
||||||
|
And so on.
|
14
examples/hello_crystal/shard.yml
Normal file
14
examples/hello_crystal/shard.yml
Normal file
@ -0,0 +1,14 @@
|
|||||||
|
name: hello_crystal
|
||||||
|
version: 0.1.0
|
||||||
|
|
||||||
|
targets:
|
||||||
|
funko:
|
||||||
|
main: main.cr
|
||||||
|
|
||||||
|
dependencies:
|
||||||
|
kemal:
|
||||||
|
github: kemalcr/kemal
|
||||||
|
|
||||||
|
# development_dependencies:
|
||||||
|
# webmock:
|
||||||
|
# github: manastech/webmock.cr
|
Loading…
Reference in New Issue
Block a user