aboutsummaryrefslogtreecommitdiff
path: root/crates/flycheck/Cargo.toml
diff options
context:
space:
mode:
authorEdwin Cheng <[email protected]>2021-01-07 17:08:34 +0000
committerEdwin Cheng <[email protected]>2021-01-07 17:08:34 +0000
commit54eb87de0363cfba1d7104b8d37898fc120c029b (patch)
tree938b927241824bda341d3699e24132d23aa7cde8 /crates/flycheck/Cargo.toml
parent1347b7fa4cdc2064ac1cb4a686f10890b9235893 (diff)
Refactor out JodChild
Diffstat (limited to 'crates/flycheck/Cargo.toml')
-rw-r--r--crates/flycheck/Cargo.toml1
1 files changed, 1 insertions, 0 deletions
diff --git a/crates/flycheck/Cargo.toml b/crates/flycheck/Cargo.toml
index 3d9436d69..1bad64a1b 100644
--- a/crates/flycheck/Cargo.toml
+++ b/crates/flycheck/Cargo.toml
@@ -17,3 +17,4 @@ serde_json = "1.0.48"
17jod-thread = "0.1.1" 17jod-thread = "0.1.1"
18 18
19toolchain = { path = "../toolchain", version = "0.0.0" } 19toolchain = { path = "../toolchain", version = "0.0.0" }
20stdx = { path = "../stdx", version = "0.0.0" }