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]
|
2023-11-15 21:18:49 +02:00
|
|
|
anyhow.workspace = true
|
|
|
|
cargo_metadata.workspace = true
|
2023-12-18 14:53:11 +01:00
|
|
|
rustc-hash.workspace = true
|
2023-12-19 12:53:10 +01:00
|
|
|
semver.workspace = true
|
2023-03-25 14:43:08 +01:00
|
|
|
serde_json.workspace = true
|
|
|
|
serde.workspace = true
|
2023-11-15 21:18:49 +02:00
|
|
|
tracing.workspace = true
|
2023-05-02 17:12:22 +03:00
|
|
|
triomphe.workspace = true
|
2023-06-19 20:44:09 +10:00
|
|
|
la-arena.workspace = true
|
2023-11-15 12:53:56 +02:00
|
|
|
itertools.workspace = true
|
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
|
|
|
|
stdx.workspace = true
|
|
|
|
toolchain.workspace = true
|
2022-10-19 21:17:11 +02:00
|
|
|
|
|
|
|
[dev-dependencies]
|
|
|
|
expect-test = "1.4.0"
|
2023-12-29 23:22:29 +09:00
|
|
|
|
|
|
|
[lints]
|
2024-03-04 11:10:06 +01:00
|
|
|
workspace = true
|