]> git.proxmox.com Git - rustc.git/blame - src/tools/rust-analyzer/crates/base-db/Cargo.toml
New upstream version 1.68.2+dfsg1
[rustc.git] / src / tools / rust-analyzer / crates / base-db / Cargo.toml
CommitLineData
064997fb
FG
1[package]
2name = "base-db"
3version = "0.0.0"
4description = "TBD"
5license = "MIT OR Apache-2.0"
6edition = "2021"
6522a427 7rust-version = "1.65"
064997fb
FG
8
9[lib]
10doctest = false
11
12[dependencies]
13salsa = "0.17.0-pre.2"
14rustc-hash = "1.1.0"
15
16syntax = { path = "../syntax", version = "0.0.0" }
17stdx = { path = "../stdx", version = "0.0.0" }
18cfg = { path = "../cfg", version = "0.0.0" }
19profile = { path = "../profile", version = "0.0.0" }
20tt = { path = "../tt", version = "0.0.0" }
21test-utils = { path = "../test-utils", version = "0.0.0" }
22vfs = { path = "../vfs", version = "0.0.0" }