Implementation of a generic backend of eshop in Crystal
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

20 lines
319 B

5 years ago
5 years ago
  1. name: sales_backend
  2. version: 0.1.0
  3. authors:
  4. - Ludovic 'Archivist' Lagouardette <lagouardette.ludovic@gmail.com>
  5. targets:
  6. sales_backend:
  7. main: src/sales_backend.cr
  8. crystal: 0.25.0
  9. dependencies:
  10. kemal:
  11. github: kemalcr/kemal
  12. version: 0.23.0
  13. spec-kemal:
  14. github: kemalcr/spec-kemal
  15. license: MIT