aboutsummaryrefslogtreecommitdiff
path: root/crates/flycheck/Cargo.toml
diff options
context:
space:
mode:
authorbors[bot] <26634292+bors[bot]@users.noreply.github.com>2020-06-25 08:15:30 +0100
committerGitHub <[email protected]>2020-06-25 08:15:30 +0100
commitedf8f419b532b93102222b9deb2c8bb5080911d9 (patch)
tree824aec6d18f409cc46d28d36161dd06cae53cdaf /crates/flycheck/Cargo.toml
parent44d525d4e02a8a4f2e21cde3377c4c0bd9269b41 (diff)
parent0ec5d4f55c6a5ac3fadcd48ae17b70379aba17fa (diff)
Merge #5049
5049: Rename ra_flycheck -> flycheck r=matklad a=matklad bors r+ 🤖 Co-authored-by: Aleksey Kladov <[email protected]>
Diffstat (limited to 'crates/flycheck/Cargo.toml')
-rw-r--r--crates/flycheck/Cargo.toml16
1 files changed, 16 insertions, 0 deletions
diff --git a/crates/flycheck/Cargo.toml b/crates/flycheck/Cargo.toml
new file mode 100644
index 000000000..dc26b8ce7
--- /dev/null
+++ b/crates/flycheck/Cargo.toml
@@ -0,0 +1,16 @@
1[package]
2edition = "2018"
3name = "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" }