2019-02-05 22:10:49 +00:00
|
|
|
[package]
|
2022-04-29 14:29:24 +00:00
|
|
|
name = "project-model"
|
2020-08-13 10:05:30 +00:00
|
|
|
version = "0.0.0"
|
2020-08-24 11:06:30 +00:00
|
|
|
description = "TBD"
|
2023-02-13 11:55:14 +00:00
|
|
|
|
|
|
|
authors.workspace = true
|
|
|
|
edition.workspace = true
|
|
|
|
license.workspace = true
|
|
|
|
rust-version.workspace = true
|
2019-02-05 22:10:49 +00:00
|
|
|
|
2019-11-17 15:35:05 +00:00
|
|
|
[lib]
|
|
|
|
doctest = false
|
|
|
|
|
2019-02-05 22:10:49 +00:00
|
|
|
[dependencies]
|
2023-11-16 20:27:35 +00:00
|
|
|
anyhow.workspace = true
|
|
|
|
cargo_metadata.workspace = true
|
2024-01-03 09:35:07 +00:00
|
|
|
rustc-hash.workspace = true
|
|
|
|
semver.workspace = true
|
2023-06-05 09:04:23 +00:00
|
|
|
serde_json.workspace = true
|
|
|
|
serde.workspace = true
|
2023-11-16 20:27:35 +00:00
|
|
|
tracing.workspace = true
|
2023-06-05 09:04:23 +00:00
|
|
|
triomphe.workspace = true
|
2023-07-17 13:49:15 +00:00
|
|
|
la-arena.workspace = true
|
2023-11-16 20:27:35 +00:00
|
|
|
itertools.workspace = true
|
2019-02-05 22:10:49 +00:00
|
|
|
|
2023-02-13 11:55:14 +00: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 14:40:41 +00:00
|
|
|
|
|
|
|
[dev-dependencies]
|
|
|
|
expect-test = "1.4.0"
|
2024-01-03 09:35:07 +00:00
|
|
|
|
|
|
|
[lints]
|
|
|
|
workspace = true
|