minify-html/ruby/Cargo.toml

15 lines
244 B
TOML
Raw Normal View History

2020-01-19 03:19:33 -05:00
[package]
name = "hyperbuild-ruby"
publish = false
2020-07-10 06:41:11 -04:00
version = "0.1.12"
2020-01-19 03:19:33 -05:00
authors = ["Wilson Lin <code@wilsonl.in>"]
edition = "2018"
[lib]
name = "hyperbuild_ruby_lib"
crate-type = ["cdylib"]
[dependencies]
2020-07-10 06:41:11 -04:00
hyperbuild = "0.1.12"
2020-01-19 03:19:33 -05:00
rutie = "0.7.0"