2018-11-28 00:25:20 +00:00
|
|
|
[package]
|
2022-04-29 14:29:24 +00:00
|
|
|
name = "base-db"
|
2020-08-13 14:25:38 +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
|
2018-11-28 00:25:20 +00:00
|
|
|
|
2019-11-17 15:35:05 +00:00
|
|
|
[lib]
|
|
|
|
doctest = false
|
|
|
|
|
2018-11-28 00:25:20 +00:00
|
|
|
[dependencies]
|
2023-07-17 13:49:15 +00:00
|
|
|
la-arena.workspace = true
|
2024-02-11 06:40:19 +00:00
|
|
|
salsa.workspace = true
|
2023-12-11 09:16:01 +00:00
|
|
|
rustc-hash.workspace = true
|
|
|
|
triomphe.workspace = true
|
2024-01-03 09:35:07 +00:00
|
|
|
semver.workspace = true
|
2024-02-04 08:37:58 +00:00
|
|
|
tracing.workspace = true
|
2023-06-05 09:04:23 +00:00
|
|
|
|
2023-02-13 11:55:14 +00:00
|
|
|
# local deps
|
|
|
|
cfg.workspace = true
|
|
|
|
profile.workspace = true
|
|
|
|
stdx.workspace = true
|
|
|
|
syntax.workspace = true
|
|
|
|
vfs.workspace = true
|
2024-01-03 09:35:07 +00:00
|
|
|
span.workspace = true
|
|
|
|
|
|
|
|
[lints]
|
2024-02-04 08:37:58 +00:00
|
|
|
workspace = true
|