minify-html/ruby/Cargo.toml

15 lines
264 B
TOML
Raw Normal View History

2020-01-19 03:19:33 -05:00
[package]
publish = false
2020-07-11 11:29:34 -04:00
name = "minify-html-ruby"
2023-05-07 08:34:04 -04:00
version = "0.11.1"
2020-01-19 03:19:33 -05:00
authors = ["Wilson Lin <code@wilsonl.in>"]
edition = "2018"
[lib]
2020-07-11 11:29:34 -04:00
name = "minify_html_ruby_lib"
2020-01-19 03:19:33 -05:00
crate-type = ["cdylib"]
[dependencies]
2022-06-21 03:29:12 -04:00
minify-html = { path = "../rust/main" }
2020-01-19 03:19:33 -05:00
rutie = "0.7.0"