aboutsummaryrefslogtreecommitdiff
path: root/shard.yml
diff options
context:
space:
mode:
authorIndrajith K L2024-06-21 13:18:29 +0530
committerIndrajith K L2024-06-21 13:18:29 +0530
commitff1da010408d49320253d5cda24777c547621ece (patch)
tree6842782e86194ba12a2336e28992ee98fb24f0a8 /shard.yml
parent1d422d90f8d923ea8644a65d37de7d2948f1ddc4 (diff)
downloadindrajith-dev-crystal-ff1da010408d49320253d5cda24777c547621ece.tar.gz
indrajith-dev-crystal-ff1da010408d49320253d5cda24777c547621ece.tar.bz2
indrajith-dev-crystal-ff1da010408d49320253d5cda24777c547621ece.zip
HTMX and Strapi Integration
* Re-integrates HTMX * Integrate STRAPI API * Adds endpoints for fetching posts * Adds HTMX area for loading recent posts
Diffstat (limited to 'shard.yml')
-rw-r--r--shard.yml4
1 files changed, 4 insertions, 0 deletions
diff --git a/shard.yml b/shard.yml
index f6c9525..228995d 100644
--- a/shard.yml
+++ b/shard.yml
@@ -11,6 +11,10 @@ targets:
dependencies:
kemal:
github: kemalcr/kemal
+ crest:
+ github: mamantoha/crest
+ dotenv:
+ github: xtokio/dotenv
crystal: '>= 1.12.2'