aboutsummaryrefslogtreecommitdiff
path: root/crates/ra_flycheck/Cargo.toml
diff options
context:
space:
mode:
authorAleksey Kladov <[email protected]>2020-03-31 16:05:15 +0100
committerAleksey Kladov <[email protected]>2020-03-31 16:29:40 +0100
commit70730d7655bf2178d88938651635843b7ef015c8 (patch)
tree5d5b1a6fca60fc04244475915d2d0ae9b825b3c3 /crates/ra_flycheck/Cargo.toml
parent6343ddd00945b7977ca71c645432224ffc130f53 (diff)
Rename cargo_watch -> flycheck
Diffstat (limited to 'crates/ra_flycheck/Cargo.toml')
-rw-r--r--crates/ra_flycheck/Cargo.toml16
1 files changed, 16 insertions, 0 deletions
diff --git a/crates/ra_flycheck/Cargo.toml b/crates/ra_flycheck/Cargo.toml
new file mode 100644
index 000000000..c9a9ddc12
--- /dev/null
+++ b/crates/ra_flycheck/Cargo.toml
@@ -0,0 +1,16 @@
1[package]
2edition = "2018"
3name = "ra_flycheck"
4version = "0.1.0"
5authors = ["rust-analyzer developers"]
6
7[dependencies]
8crossbeam-channel = "0.4.0"
9lsp-types = { version = "0.73.0", features = ["proposed"] }
10log = "0.4.8"
11cargo_metadata = "0.9.1"
12serde_json = "1.0.48"
13jod-thread = "0.1.1"
14
15[dev-dependencies]
16insta = "0.15.0"