minify-html/python/Cargo.toml

24 lines
423 B
TOML

[package]
name = "hyperbuild-python"
publish = false
version = "0.0.19"
authors = ["Wilson Lin <code@wilsonl.in>"]
edition = "2018"
[lib]
name = "hyperbuild_python_lib"
crate-type = ["cdylib"]
[dependencies]
hyperbuild = "0.0.19"
[dependencies.pyo3]
version = "0.9.0-alpha.1"
features = ["extension-module"]
[target.x86_64-apple-darwin]
rustflags = [
"-C", "link-arg=-undefined",
"-C", "link-arg=dynamic_lookup",
]