minify-html/python/Cargo.toml

17 lines
336 B
TOML
Raw Normal View History

[package]
name = "hyperbuild-python"
publish = false
2020-07-11 09:26:37 -04:00
version = "0.2.4"
authors = ["Wilson Lin <code@wilsonl.in>"]
edition = "2018"
[lib]
name = "hyperbuild_python_lib"
crate-type = ["cdylib"]
[dependencies]
hyperbuild = { path = "..", features = ["js-esbuild"] }
[dependencies.pyo3]
2020-07-03 03:34:57 -04:00
version = "0.11.1"
features = ["extension-module"]