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-01-16 09:41:47 -06:00
|
|
|
|
|
|
|
authors.workspace = true
|
|
|
|
edition.workspace = true
|
|
|
|
license.workspace = true
|
2023-01-16 09:33:01 -06:00
|
|
|
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]
|
2022-06-10 09:30:09 -05:00
|
|
|
tracing = "0.1.35"
|
2020-02-18 07:57:41 -06:00
|
|
|
rustc-hash = "1.1.0"
|
2022-07-03 02:08:10 -05:00
|
|
|
cargo_metadata = "0.15.0"
|
2022-10-03 01:02:42 -05:00
|
|
|
semver = "1.0.14"
|
2023-03-25 08:43:08 -05:00
|
|
|
serde_json.workspace = true
|
|
|
|
serde.workspace = true
|
2023-05-02 09:12:22 -05:00
|
|
|
triomphe.workspace = true
|
2022-10-03 01:02:42 -05:00
|
|
|
anyhow = "1.0.62"
|
2023-06-19 05:44:09 -05:00
|
|
|
la-arena.workspace = true
|
2023-05-26 14:52:39 -05:00
|
|
|
itertools = "0.10.5"
|
2019-02-05 16:10:49 -06:00
|
|
|
|
2023-01-17 03:52:26 -06: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 14:17:11 -05:00
|
|
|
|
|
|
|
[dev-dependencies]
|
|
|
|
expect-test = "1.4.0"
|