summaryrefslogtreecommitdiff
path: root/meta/3rd/OpenResty/library/resty/sha.lua
diff options
context:
space:
mode:
Diffstat (limited to 'meta/3rd/OpenResty/library/resty/sha.lua')
-rw-r--r--meta/3rd/OpenResty/library/resty/sha.lua4
1 files changed, 4 insertions, 0 deletions
diff --git a/meta/3rd/OpenResty/library/resty/sha.lua b/meta/3rd/OpenResty/library/resty/sha.lua
new file mode 100644
index 00000000..716d0bd1
--- /dev/null
+++ b/meta/3rd/OpenResty/library/resty/sha.lua
@@ -0,0 +1,4 @@
+---@meta
+local resty_sha={}
+resty_sha._VERSION = require("resty.string")._VERSION
+return resty_sha \ No newline at end of file