Restructure Rust project

This commit is contained in:
Wilson Lin 2021-08-08 17:40:42 +10:00
commit 82d287d9c4
73 changed files with 15 additions and 11 deletions

View file

@ -6,7 +6,7 @@ authors = ["Wilson Lin <code@wilsonl.in>"]
edition = "2018"
[dependencies]
minify-html = { path = "..", features = ["js-esbuild"] }
minify-html = { path = "../rust/main", features = ["js-esbuild"] }
jni = "0.14.0"
[lib]