This repository has been archived on 2025-10-15. You can view files and clone it, but you cannot make any changes to its state, such as pushing and creating new issues, pull requests or comments.
minify-html/python/Cargo.toml
Wilson Lin cff021ffff 0.1.8
2020-07-04 16:00:53 +10:00

16 lines
301 B
TOML

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