blob: f24212f416f623f7e84fbe0d0640c08f9321f313 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
|
[package]
name = "html-parser"
type = "static"
version = "1.0.0"
platforms = ["any"]
[lang.c]
version = "c89"
[config]
expose_include_dirs = ["include"]
error_on_warning = "true"
|