mirror of
https://github.com/cmhobbs/crystal-devcontainer-template.git
synced 2026-05-30 16:29:14 -04:00
19 lines
239 B
YAML
19 lines
239 B
YAML
name: PROJECT_NAME
|
|
version: 0.1.0
|
|
|
|
authors:
|
|
- YOUR_NAME <YOUR_EMAIL>
|
|
|
|
crystal: 1.0.0
|
|
|
|
license: MIT
|
|
|
|
development_dependencies:
|
|
ameba:
|
|
github: crystal-ameba/ameba
|
|
version: ~> 1.6.0
|
|
|
|
targets:
|
|
PROJECT_NAME:
|
|
main: src/main.cr
|