aboutsummaryrefslogtreecommitdiff
path: root/examples/hello_lua/project.conf
diff options
context:
space:
mode:
Diffstat (limited to 'examples/hello_lua/project.conf')
-rw-r--r--examples/hello_lua/project.conf8
1 files changed, 8 insertions, 0 deletions
diff --git a/examples/hello_lua/project.conf b/examples/hello_lua/project.conf
new file mode 100644
index 0000000..e416497
--- /dev/null
+++ b/examples/hello_lua/project.conf
@@ -0,0 +1,8 @@
+[package]
+name = "hello_lua"
+type = "executable"
+version = "0.1.0"
+platforms = ["any"]
+
+[dependencies]
+lua51 = "5.1.5"