minify-html/ruby/Cargo.toml

15 lines
244 B
TOML

[package]
name = "hyperbuild-ruby"
publish = false
version = "0.0.20"
authors = ["Wilson Lin <code@wilsonl.in>"]
edition = "2018"
[lib]
name = "hyperbuild_ruby_lib"
crate-type = ["cdylib"]
[dependencies]
hyperbuild = "0.0.20"
rutie = "0.7.0"