mirror of
https://github.com/rust-lang/rust-analyzer.git
synced 2025-08-19 01:50:32 +00:00
Add cargo file tidy test
This commit is contained in:
parent
85e1f0905a
commit
e73ffbf1e5
3 changed files with 50 additions and 14 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue