From bcbf74bbaa4a4e2c8e6348fb60356c5c9a84508e Mon Sep 17 00:00:00 2001 From: Roberto Alsina Date: Sun, 7 Jul 2024 21:49:52 -0300 Subject: [PATCH] Update example funko --- examples/hello_crystal/README.md | 12 ++++++++++-- examples/hello_crystal/shard.yml | 14 ++++++++++++++ 2 files changed, 24 insertions(+), 2 deletions(-) create mode 100644 examples/hello_crystal/shard.yml 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