Explorar o código

Add package.lua;

bjorn %!s(int64=9) %!d(string=hai) anos
pai
achega
9f6aede587
Modificáronse 1 ficheiros con 8 adicións e 0 borrados
  1. 8 0
      package.lua

+ 8 - 0
package.lua

@@ -0,0 +1,8 @@
+return {
+  name = 'bjornbytes/graphql',
+  version = '0.0.1',
+  description = 'Lua GraphQL implementation',
+  license = 'MIT',
+  author = { url = 'https://github.com/bjornbytes' },
+  homepage = 'https://github.com/bjornbytes/graphql-lua'
+}