minify-html/python/Cargo.toml

17 lines
309 B
TOML

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