minify-html/python/Cargo.toml

17 lines
301 B
TOML
Raw Normal View History

[package]
name = "hyperbuild-python"
publish = false
2020-07-10 15:53:05 -04:00
version = "0.2.2"
authors = ["Wilson Lin <code@wilsonl.in>"]
edition = "2018"
[lib]
name = "hyperbuild_python_lib"
crate-type = ["cdylib"]
[dependencies]
2020-07-10 15:53:05 -04:00
hyperbuild = "0.2.2"
[dependencies.pyo3]
2020-07-03 03:34:57 -04:00
version = "0.11.1"
features = ["extension-module"]