diff --git a/examples/hello_crystal/README.md b/examples/hello_crystal/README.md index 95081fc..c8a816d 100644 --- a/examples/hello_crystal/README.md +++ b/examples/hello_crystal/README.md @@ -1,3 +1,11 @@ -# README +# Readme for Hello_crystal -This is the readme for people trying to *use* this runtime. \ No newline at end of file +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. \ No newline at end of file diff --git a/examples/hello_crystal/shard.yml b/examples/hello_crystal/shard.yml new file mode 100644 index 0000000..891d594 --- /dev/null +++ b/examples/hello_crystal/shard.yml @@ -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