minify-html/python/Cargo.toml

17 lines
301 B
TOML

[package]
name = "hyperbuild-python"
publish = false
version = "0.1.4"
authors = ["Wilson Lin <code@wilsonl.in>"]
edition = "2018"
[lib]
name = "hyperbuild_python_lib"
crate-type = ["cdylib"]
[dependencies]
hyperbuild = "0.1.4"
[dependencies.pyo3]
version = "0.11.1"
features = ["extension-module"]