An authentication server
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.

22 lines
368 B

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