summaryrefslogtreecommitdiffstats
path: root/src/tools/rust-analyzer/crates/load-cargo/Cargo.toml
blob: 31b9f6c76d0677ba89795d1f5508c7f78ed0c5f3 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
[package]
name = "load-cargo"
version = "0.0.0"
description = "TBD"

rust-version.workspace = true
edition.workspace = true
license.workspace = true
authors.workspace = true

# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html

[dependencies]
anyhow.workspace = true
crossbeam-channel = "0.5.5"
itertools.workspace = true
tracing.workspace = true

ide.workspace = true
ide-db.workspace = true
proc-macro-api.workspace = true
project-model.workspace = true
tt.workspace = true
vfs.workspace = true
vfs-notify.workspace = true