aboutsummaryrefslogtreecommitdiff
path: root/project.conf
diff options
context:
space:
mode:
Diffstat (limited to 'project.conf')
-rw-r--r--project.conf12
1 files changed, 12 insertions, 0 deletions
diff --git a/project.conf b/project.conf
new file mode 100644
index 0000000..a400964
--- /dev/null
+++ b/project.conf
@@ -0,0 +1,12 @@
+[package]
+name = "html-tree"
+type = "static"
+version = "0.1.0"
+platforms = ["any"]
+
+[lang.c]
+version = "c89"
+
+[config]
+expose_include_dirs = ["include"]
+error_on_warning = "true"