swarm repositories / source
aboutsummaryrefslogtreecommitdiff
path: root/crates/ra-mcp-engine/Cargo.toml
blob: d5d870dd3c822af82423aebf6657ee9ebf086b9b (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
26
27
28
[package]
name = "ra-mcp-engine"
categories.workspace = true
description = "Resilient rust-analyzer transport and worker-supervision engine used by adequate-rust-mcp."
edition.workspace = true
keywords.workspace = true
license.workspace = true
readme.workspace = true
repository.workspace = true
rust-version.workspace = true
version.workspace = true

[dependencies]
lsp-types.workspace = true
ra-mcp-domain = { path = "../ra-mcp-domain" }
serde.workspace = true
serde_json.workspace = true
thiserror.workspace = true
tokio.workspace = true
tracing.workspace = true
url.workspace = true

[dev-dependencies]
serial_test.workspace = true
tempfile.workspace = true

[lints]
workspace = true