aboutsummaryrefslogtreecommitdiff
path: root/luarocks-dev-1.rockspec
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--luarocks-dev-1.rockspec5
1 files changed, 5 insertions, 0 deletions
diff --git a/luarocks-dev-1.rockspec b/luarocks-dev-1.rockspec
index 677b07cf..fd8ff2b3 100644
--- a/luarocks-dev-1.rockspec
+++ b/luarocks-dev-1.rockspec
@@ -20,6 +20,11 @@ description = {
20 maintainer = "Hisham Muhammad", 20 maintainer = "Hisham Muhammad",
21 license = "MIT", 21 license = "MIT",
22} 22}
23dependencies = {
24 "compat53",
25 "argparse",
26 "dkjson",
27}
23test_dependencies = { 28test_dependencies = {
24 "luacov", 29 "luacov",
25 "busted-htest", 30 "busted-htest",