2019-02-05 16:10:49 -06:00
|
|
|
[package]
|
2022-04-29 09:29:24 -05:00
|
|
|
name = "project-model"
|
2020-08-13 05:05:30 -05:00
|
|
|
version = "0.0.0"
|
2020-08-24 06:06:30 -05:00
|
|
|
description = "TBD"
|
2023-02-13 05:55:14 -06:00
|
|
|
|
|
|
|
authors.workspace = true
|
|
|
|
edition.workspace = true
|
|
|
|
license.workspace = true
|
|
|
|
rust-version.workspace = true
|
2019-02-05 16:10:49 -06:00
|
|
|
|
2019-11-17 09:35:05 -06:00
|
|
|
[lib]
|
|
|
|
doctest = false
|
|
|
|
|
2019-02-05 16:10:49 -06:00
|
|
|
[dependencies]
|
2023-11-16 14:27:35 -06:00
|
|
|
anyhow.workspace = true
|
|
|
|
cargo_metadata.workspace = true
|
2024-01-03 03:35:07 -06:00
|
|
|
rustc-hash.workspace = true
|
|
|
|
semver.workspace = true
|
2023-06-05 04:04:23 -05:00
|
|
|
serde_json.workspace = true
|
|
|
|
serde.workspace = true
|
2023-11-16 14:27:35 -06:00
|
|
|
tracing.workspace = true
|
2023-06-05 04:04:23 -05:00
|
|
|
triomphe.workspace = true
|
2023-07-17 08:49:15 -05:00
|
|
|
la-arena.workspace = true
|
2023-11-16 14:27:35 -06:00
|
|
|
itertools.workspace = true
|
2019-02-05 16:10:49 -06:00
|
|
|
|
2023-02-13 05:55:14 -06:00
|
|
|
# local deps
|
|
|
|
base-db.workspace = true
|
|
|
|
cfg.workspace = true
|
|
|
|
paths.workspace = true
|
|
|
|
stdx.workspace = true
|
|
|
|
toolchain.workspace = true
|
2022-10-26 09:40:41 -05:00
|
|
|
|
|
|
|
[dev-dependencies]
|
|
|
|
expect-test = "1.4.0"
|
2024-01-03 03:35:07 -06:00
|
|
|
|
|
|
|
[lints]
|
2024-03-10 00:47:38 -06:00
|
|
|
workspace = true
|