This repository has been archived on 2025-10-15. You can view files and clone it, but you cannot make any changes to its state, such as pushing and creating new issues, pull requests or comments.
minify-html/ruby/Cargo.toml
Wilson Lin e5307d4c9f 0.11.1
2023-05-07 19:34:04 +07:00

14 lines
264 B
TOML

[package]
publish = false
name = "minify-html-ruby"
version = "0.11.1"
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"