minify-html/python/Cargo.toml

17 lines
308 B
TOML
Raw Normal View History

[package]
name = "hyperbuild-python"
publish = false
2020-06-18 20:02:36 -04:00
version = "0.1.0"
authors = ["Wilson Lin <code@wilsonl.in>"]
edition = "2018"
[lib]
name = "hyperbuild_python_lib"
crate-type = ["cdylib"]
[dependencies]
2020-06-18 20:02:36 -04:00
hyperbuild = "0.1.0"
[dependencies.pyo3]
version = "0.9.0-alpha.1"
features = ["extension-module"]