* Re-integrates HTMX * Integrate STRAPI API * Adds endpoints for fetching posts * Adds HTMX area for loading recent posts
22 lines
330 B
YAML
22 lines
330 B
YAML
name: indrajith-dev-crystal
|
|
version: 0.1.0
|
|
|
|
authors:
|
|
- Indrajith K L <indrajith@indrajith.dev>
|
|
|
|
targets:
|
|
indrajith-dev-crystal:
|
|
main: src/indrajith-dev-crystal.cr
|
|
|
|
dependencies:
|
|
kemal:
|
|
github: kemalcr/kemal
|
|
crest:
|
|
github: mamantoha/crest
|
|
dotenv:
|
|
github: xtokio/dotenv
|
|
|
|
crystal: '>= 1.12.2'
|
|
|
|
license: MIT
|