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