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

[lang.c]
version = "c89"

[config]
expose_include_dirs = ["include"]
error_on_warning = "true"