blob: 3e48de6456b0ae5b787dbc7e1ef8a72cf0369494 (
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
30
31
32
33
34
35
|
[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]
anyhow.workspace = true
cargo_metadata.workspace = true
rustc-hash = "1.1.0"
semver = "1.0.14"
serde_json.workspace = true
serde.workspace = true
tracing.workspace = true
triomphe.workspace = true
la-arena.workspace = true
itertools.workspace = true
# 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"
|