Restructure Rust project
This commit is contained in:
parent
1179ec1769
commit
82d287d9c4
73 changed files with 15 additions and 11 deletions
|
|
@ -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]
|
||||
|
|
|
|||
Reference in a new issue