aboutsummaryrefslogtreecommitdiff
path: root/crates/ra_flycheck/Cargo.toml
diff options
context:
space:
mode:
authorAleksey Kladov <[email protected]>2020-06-25 08:13:46 +0100
committerAleksey Kladov <[email protected]>2020-06-25 08:13:46 +0100
commit0ec5d4f55c6a5ac3fadcd48ae17b70379aba17fa (patch)
tree89fb78d856e36225f7f09560020729b1200a8ee6 /crates/ra_flycheck/Cargo.toml
parent5a184fe85517507fd3b07c6fb36b017e558665f7 (diff)
Rename ra_flycheck -> flycheck
Diffstat (limited to 'crates/ra_flycheck/Cargo.toml')
-rw-r--r--crates/ra_flycheck/Cargo.toml16
1 files changed, 0 insertions, 16 deletions
diff --git a/crates/ra_flycheck/Cargo.toml b/crates/ra_flycheck/Cargo.toml
deleted file mode 100644
index 1aa39bade..000000000
--- a/crates/ra_flycheck/Cargo.toml
+++ /dev/null
@@ -1,16 +0,0 @@
1[package]
2edition = "2018"
3name = "ra_flycheck"
4version = "0.1.0"
5authors = ["rust-analyzer developers"]
6
7[lib]
8doctest = false
9
10[dependencies]
11crossbeam-channel = "0.4.0"
12log = "0.4.8"
13cargo_metadata = "0.10.0"
14serde_json = "1.0.48"
15jod-thread = "0.1.1"
16ra_toolchain = { path = "../ra_toolchain" }