Restructure Rust project
This commit is contained in:
parent
1179ec1769
commit
82d287d9c4
73 changed files with 15 additions and 11 deletions
|
|
@ -7,4 +7,4 @@ edition = "2018"
|
|||
|
||||
[dependencies]
|
||||
afl = "0.10.0"
|
||||
minify-html = { path = ".." }
|
||||
minify-html = { path = "../rust/main" }
|
||||
|
|
|
|||
|
|
@ -5,4 +5,4 @@ authors = ["Wilson Lin <code@wilsonl.in>"]
|
|||
edition = "2018"
|
||||
|
||||
[dependencies]
|
||||
minify-html = { path = "../.." }
|
||||
minify-html = { path = "../../rust/main" }
|
||||
|
|
|
|||
Reference in a new issue