2019-02-05 23:10:49 +01:00
|
|
|
[package]
|
2022-04-29 14:29:24 +00:00
|
|
|
name = "project-model"
|
2020-08-13 12:05:30 +02:00
|
|
|
version = "0.0.0"
|
2020-08-24 13:06:30 +02:00
|
|
|
description = "TBD"
|
2023-01-16 16:41:47 +01:00
|
|
|
|
|
|
|
authors.workspace = true
|
|
|
|
edition.workspace = true
|
|
|
|
license.workspace = true
|
2023-01-16 16:33:01 +01:00
|
|
|
rust-version.workspace = true
|
2019-02-05 23:10:49 +01:00
|
|
|
|
2019-11-17 18:35:05 +03:00
|
|
|
[lib]
|
|
|
|
doctest = false
|
|
|
|
|
2019-02-05 23:10:49 +01:00
|
|
|
[dependencies]
|
2022-06-10 16:30:09 +02:00
|
|
|
tracing = "0.1.35"
|
2020-02-18 15:57:41 +02:00
|
|
|
rustc-hash = "1.1.0"
|
2022-07-03 10:08:10 +03:00
|
|
|
cargo_metadata = "0.15.0"
|
2022-10-03 09:02:42 +03:00
|
|
|
semver = "1.0.14"
|
2023-03-25 14:43:08 +01:00
|
|
|
serde_json.workspace = true
|
|
|
|
serde.workspace = true
|
2022-10-03 09:02:42 +03:00
|
|
|
anyhow = "1.0.62"
|
2022-05-14 11:33:48 +01:00
|
|
|
la-arena = { version = "0.3.0", path = "../../lib/la-arena" }
|
2019-02-05 23:10:49 +01:00
|
|
|
|
2023-01-17 10:52:26 +01:00
|
|
|
# local deps
|
|
|
|
base-db.workspace = true
|
|
|
|
cfg.workspace = true
|
|
|
|
paths.workspace = true
|
|
|
|
profile.workspace = true
|
|
|
|
stdx.workspace = true
|
|
|
|
toolchain.workspace = true
|
2022-10-19 21:17:11 +02:00
|
|
|
|
|
|
|
[dev-dependencies]
|
|
|
|
expect-test = "1.4.0"
|