Kemal Install
Create a directory and create the following file in it:
examples/kemal/shard.yml
name: Kemal Demo version: 0.0.1 authors: - Gabor Szabo <gabor@szabgab.com> description: | Showing some code with Kemal dependencies: kemal: github: kemalcr/kemal spec-kemal: github: kemalcr/spec-kemal crinja: github: straight-shoota/crinja development_dependencies: ameba: github: crystal-ameba/ameba sentry: github: samueleaton/sentry license: MIT
Run the following command in the directory
shards install
If it fails with Failed to resolve dependencies, try updating incompatible shards or use --ignore-crystal-version as a workaround if no update is available.
then try this:
shards install --ignore-crystal-version