aboutsummaryrefslogtreecommitdiff
path: root/project.conf
diff options
context:
space:
mode:
authordec05eba <dec05eba@protonmail.com>2021-07-02 00:07:50 +0200
committerdec05eba <dec05eba@protonmail.com>2021-07-02 00:07:50 +0200
commit48ceb8591e1e3c7695d091f02a6a43edb5f77936 (patch)
tree56b2dc940dce8f8a68ff4242678687777a5f9f6f /project.conf
parent618dfeab47d4b3a7ddadf70b09fc607861ab271a (diff)
Add html-parser as a dependency and remove tidy
Diffstat (limited to 'project.conf')
-rw-r--r--project.conf9
1 files changed, 2 insertions, 7 deletions
diff --git a/project.conf b/project.conf
index b6e54f4..5ce1dfa 100644
--- a/project.conf
+++ b/project.conf
@@ -1,14 +1,9 @@
[package]
name = "html-search"
type = "static"
-version = "0.1.0"
+version = "1.0.0"
platforms = ["any"]
[config]
-# Ubuntu requires this
-include_dirs = ["/usr/include/tidy"]
expose_include_dirs = ["include"]
-ignore_dirs = ["test_files"]
-
-[dependencies]
-tidy = "5" \ No newline at end of file
+ignore_dirs = ["test_files"] \ No newline at end of file