mirror of
https://github.com/rust-lang/rust-analyzer
synced 2024-11-10 23:24:29 +00:00
35 lines
677 B
TOML
35 lines
677 B
TOML
[package]
|
|
name = "project-model"
|
|
version = "0.0.0"
|
|
description = "TBD"
|
|
|
|
authors.workspace = true
|
|
edition.workspace = true
|
|
license.workspace = true
|
|
rust-version.workspace = true
|
|
|
|
[lib]
|
|
doctest = false
|
|
|
|
[dependencies]
|
|
tracing = "0.1.35"
|
|
rustc-hash = "1.1.0"
|
|
cargo_metadata = "0.15.0"
|
|
semver = "1.0.14"
|
|
serde_json.workspace = true
|
|
serde.workspace = true
|
|
triomphe.workspace = true
|
|
anyhow = "1.0.62"
|
|
la-arena = { version = "0.3.0", path = "../../lib/la-arena" }
|
|
itertools = "0.10.5"
|
|
|
|
# local deps
|
|
base-db.workspace = true
|
|
cfg.workspace = true
|
|
paths.workspace = true
|
|
profile.workspace = true
|
|
stdx.workspace = true
|
|
toolchain.workspace = true
|
|
|
|
[dev-dependencies]
|
|
expect-test = "1.4.0"
|