2018-11-27 18:25:20 -06:00
|
|
|
[package]
|
2022-04-29 09:29:24 -05:00
|
|
|
name = "base-db"
|
2020-08-13 09:25:38 -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
|
2018-11-27 18:25:20 -06:00
|
|
|
|
2019-11-17 09:35:05 -06:00
|
|
|
[lib]
|
|
|
|
doctest = false
|
|
|
|
|
2018-11-27 18:25:20 -06:00
|
|
|
[dependencies]
|
2023-06-19 05:44:09 -05:00
|
|
|
la-arena.workspace = true
|
2023-12-07 03:57:51 -06:00
|
|
|
rust-analyzer-salsa.workspace = true
|
|
|
|
rustc-hash.workspace = true
|
|
|
|
triomphe.workspace = true
|
2023-12-19 05:53:10 -06:00
|
|
|
semver.workspace = true
|
2023-04-05 01:41:13 -05:00
|
|
|
|
2023-01-17 03:52:26 -06:00
|
|
|
# local deps
|
|
|
|
cfg.workspace = true
|
|
|
|
profile.workspace = true
|
|
|
|
stdx.workspace = true
|
|
|
|
syntax.workspace = true
|
|
|
|
vfs.workspace = true
|
2023-12-18 06:30:41 -06:00
|
|
|
span.workspace = true
|