package = "kong"
version = "scm-1"
source = {
   url = "git://github.com/gae1202/kong-plugin-upstream-auth-hmac"
}
description = {
   homepage = "https://github.com/gae1202/kong-plugin-upstream-auth-hmac",
   license = "*** please specify a license ***"
}
dependencies = {
}
build = {
   type = "builtin",
   modules = {
      ["plugin.upstream-auth-hmac.handler"] = "kong/plugin/upstream-auth-hmac/handler.lua",
      ["plugin.upstream-auth-hmac.schema"] = "kong/plugin/upstream-auth-hmac/schema.lua"
   }
}
