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