rust-analyzer/crates/load-cargo/Cargo.toml

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

38 lines
852 B
TOML
Raw Normal View History

[package]
name = "load-cargo"
version = "0.0.0"
repository.workspace = true
description = "Loads a Cargo project into a static instance of rust-analyzer for analysis."
2023-07-10 10:40:37 +00:00
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]
2023-11-15 10:49:32 +00:00
anyhow.workspace = true
crossbeam-channel.workspace = true
2023-11-15 10:53:56 +00:00
itertools.workspace = true
2023-11-15 11:00:32 +00:00
tracing.workspace = true
# workspace deps
hir-expand.workspace = true
2023-11-15 10:49:32 +00:00
ide-db.workspace = true
2024-03-19 12:05:50 +00:00
paths.workspace = true
proc-macro-api.workspace = true
project-model.workspace = true
span.workspace = true
tt.workspace = true
vfs-notify.workspace = true
vfs.workspace = true
2024-07-16 10:43:58 +00:00
intern.workspace = true
2024-04-20 15:44:27 +00:00
[features]
in-rust-tree = ["hir-expand/in-rust-tree"]
[lints]
workspace = true