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-02-13 13:55:14 +02:00
|
|
|
|
|
|
|
authors.workspace = true
|
|
|
|
edition.workspace = true
|
|
|
|
license.workspace = true
|
|
|
|
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]
|
2023-11-16 22:27:35 +02:00
|
|
|
anyhow.workspace = true
|
|
|
|
cargo_metadata.workspace = true
|
2020-02-18 15:57:41 +02:00
|
|
|
rustc-hash = "1.1.0"
|
2022-10-18 09:12:49 +03:00
|
|
|
semver = "1.0.14"
|
2023-06-05 12:04:23 +03:00
|
|
|
serde_json.workspace = true
|
|
|
|
serde.workspace = true
|
2023-11-16 22:27:35 +02:00
|
|
|
tracing.workspace = true
|
2023-06-05 12:04:23 +03:00
|
|
|
triomphe.workspace = true
|
2023-07-17 16:49:15 +03:00
|
|
|
la-arena.workspace = true
|
2023-11-16 22:27:35 +02:00
|
|
|
itertools.workspace = true
|
2019-02-05 23:10:49 +01:00
|
|
|
|
2023-02-13 13:55:14 +02:00
|
|
|
# local deps
|
|
|
|
base-db.workspace = true
|
|
|
|
cfg.workspace = true
|
|
|
|
paths.workspace = true
|
|
|
|
profile.workspace = true
|
|
|
|
stdx.workspace = true
|
|
|
|
toolchain.workspace = true
|
2022-10-26 17:40:41 +03:00
|
|
|
|
|
|
|
[dev-dependencies]
|
|
|
|
expect-test = "1.4.0"
|