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