minify-html/ruby/Cargo.toml

15 lines
264 B
TOML

[package]
publish = false
name = "minify-html-ruby"
version = "0.11.0"
authors = ["Wilson Lin <code@wilsonl.in>"]
edition = "2018"
[lib]
name = "minify_html_ruby_lib"
crate-type = ["cdylib"]
[dependencies]
minify-html = { path = "../rust/main" }
rutie = "0.7.0"