summaryrefslogtreecommitdiffstats
path: root/src/tools/rust-analyzer/crates/base-db/Cargo.toml
blob: 6001772c86ee4325af8d9e12ef4a13a1dd7445a6 (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
29
[package]
name = "base-db"
version = "0.0.0"
description = "TBD"

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

[lib]
doctest = false

[dependencies]
salsa = "0.17.0-pre.2"
rustc-hash = "1.1.0"

triomphe.workspace = true

la-arena = { version = "0.3.0", path = "../../lib/la-arena" }

# local deps
cfg.workspace = true
profile.workspace = true
stdx.workspace = true
syntax.workspace = true
test-utils.workspace = true
tt.workspace = true
vfs.workspace = true