aboutsummaryrefslogtreecommitdiff
path: root/project.conf
diff options
context:
space:
mode:
authorAleksi Lindeman <dec05eba@protonmail.com>2019-05-25 02:17:15 +0200
committerAleksi Lindeman <dec05eba@protonmail.com>2019-05-25 02:18:48 +0200
commit36c6ce46a1abdb08eb9193704b9fce6bc7f3646b (patch)
tree58e3152073ac2268267e6a4af7963e6528ae4969 /project.conf
Initial commit
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..6f63e20
--- /dev/null
+++ b/project.conf
@@ -0,0 +1,12 @@
+[package]
+name = "html-search"
+type = "static"
+version = "0.1.0"
+platforms = ["any"]
+
+[config]
+expose_include_dirs = ["include"]
+ignore_dirs = ["test_files"]
+
+[dependencies]
+tidy = "5" \ No newline at end of file