rust-analyzer/crates/base-db/Cargo.toml

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

30 lines
483 B
TOML
Raw Normal View History

[package]
2022-04-29 14:29:24 +00:00
name = "base-db"
2020-08-13 14:25:38 +00:00
version = "0.0.0"
description = "TBD"
authors.workspace = true
edition.workspace = true
license.workspace = true
rust-version.workspace = true
2019-11-17 15:35:05 +00:00
[lib]
doctest = false
[dependencies]
2021-10-06 20:42:54 +00:00
salsa = "0.17.0-pre.2"
2020-02-18 13:57:41 +00:00
rustc-hash = "1.1.0"
2019-01-25 20:27:16 +00:00
2023-05-02 14:12:22 +00:00
triomphe.workspace = true
la-arena.workspace = true
# local deps
cfg.workspace = true
profile.workspace = true
stdx.workspace = true
syntax.workspace = true
test-utils.workspace = true
tt.workspace = true
vfs.workspace = true