aboutsummaryrefslogtreecommitdiff
path: root/project.conf
blob: b6e54f4361bbed91f944a62f43a319971a2e38a6 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
[package]
name = "html-search"
type = "static"
version = "0.1.0"
platforms = ["any"]

[config]
# Ubuntu requires this
include_dirs = ["/usr/include/tidy"]
expose_include_dirs = ["include"]
ignore_dirs = ["test_files"]

[dependencies]
tidy = "5"