minify-html/python/Cargo.toml

17 lines
309 B
TOML
Raw Normal View History

[package]
name = "hyperbuild-python"
publish = false
2020-07-03 03:32:23 -04:00
version = "0.1.4"
authors = ["Wilson Lin <code@wilsonl.in>"]
edition = "2018"
[lib]
name = "hyperbuild_python_lib"
crate-type = ["cdylib"]
[dependencies]
2020-07-03 03:32:23 -04:00
hyperbuild = "0.1.4"
[dependencies.pyo3]
version = "=0.9.0-alpha.1"
features = ["extension-module"]