From 534c441fd8172322ff5eaad54a1d26b9d8492c39 Mon Sep 17 00:00:00 2001 From: dec05eba Date: Wed, 15 Sep 2021 18:22:45 +0200 Subject: Initial commit, finished --- project.conf | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 project.conf (limited to 'project.conf') 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" -- cgit v1.2.3