Add cargo file tidy test

This commit is contained in:
Edwin Cheng 2021-02-03 22:01:09 +08:00
parent 85e1f0905a
commit e73ffbf1e5
3 changed files with 50 additions and 14 deletions

View file

@ -10,8 +10,8 @@ edition = "2018"
cargo-fuzz = true
[dependencies]
syntax = { path = ".." }
text_edit = { path = "../../text_edit" }
syntax = { path = "..", version = "0.0.0" }
text_edit = { path = "../../text_edit", version = "0.0.0" }
libfuzzer-sys = { git = "https://github.com/rust-fuzz/libfuzzer-sys.git" }
# Prevent this from interfering with workspaces