mirror of
https://github.com/rust-lang/rust-analyzer
synced 2024-11-15 17:28:09 +00:00
fa874627f0
Use workspace.dependencies to declare local dependencies
25 lines
429 B
TOML
25 lines
429 B
TOML
[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"
|
|
|
|
# local deps
|
|
cfg.workspace = true
|
|
profile.workspace = true
|
|
stdx.workspace = true
|
|
syntax.workspace = true
|
|
test-utils.workspace = true
|
|
tt.workspace = true
|
|
vfs.workspace = true
|