mirror of
https://gitea.invidious.io/iv-org/shard-athena-negotiation.git
synced 2024-08-15 00:53:23 +00:00
Initial Implementation (#1)
This commit is contained in:
parent
34c8539ead
commit
83eda1298c
32 changed files with 1082 additions and 54 deletions
13
shard.yml
13
shard.yml
|
@ -1,4 +1,4 @@
|
|||
name: athena-COMPONENT_NAME
|
||||
name: athena-negotiation
|
||||
|
||||
version: 0.1.0
|
||||
|
||||
|
@ -6,17 +6,20 @@ crystal: '>= 0.35.0'
|
|||
|
||||
license: MIT
|
||||
|
||||
repository: https://github.com/athena-framework/COMPONENT_NAME
|
||||
repository: https://github.com/athena-framework/negotiation
|
||||
|
||||
documentation: https://athena-framework.github.io/COMPONENT_NAME/Athena/NAMESPACE_NAME.html
|
||||
documentation: https://athena-framework.github.io/negotiation/Athena/Negotiation.html
|
||||
|
||||
description: |
|
||||
DESCRIPTION.
|
||||
Framework agnostic content negotiation library.
|
||||
|
||||
authors:
|
||||
- CREATOR_NAME <CREATOR_EMAIL>
|
||||
- George Dietrich <george@dietrich.app>
|
||||
|
||||
development_dependencies:
|
||||
ameba:
|
||||
github: crystal-ameba/ameba
|
||||
version: ~> 0.13.0
|
||||
athena-spec:
|
||||
github: athena-framework/spec
|
||||
version: ~> 0.2.3
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue