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

@ -7,4 +7,4 @@ edition = "2018"
[dependencies]
afl = "0.10.0"
minify-html = { path = ".." }
minify-html = { path = "../rust/main" }

View file

@ -5,4 +5,4 @@ authors = ["Wilson Lin <code@wilsonl.in>"]
edition = "2018"
[dependencies]
minify-html = { path = "../.." }
minify-html = { path = "../../rust/main" }