Unnamed repository; edit this file 'description' to name the repository.
Diffstat (limited to 'crates/flycheck/Cargo.toml')
| -rw-r--r-- | crates/flycheck/Cargo.toml | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/crates/flycheck/Cargo.toml b/crates/flycheck/Cargo.toml index 7831392345..609d18c4ee 100644 --- a/crates/flycheck/Cargo.toml +++ b/crates/flycheck/Cargo.toml @@ -21,6 +21,7 @@ serde_json = "1.0.86" jod-thread = "0.1.2" command-group = "2.0.1" -toolchain = { path = "../toolchain", version = "0.0.0" } -stdx = { path = "../stdx", version = "0.0.0" } -paths = { path = "../paths", version = "0.0.0" } +# local deps +paths.workspace = true +stdx.workspace = true +toolchain.workspace = true |