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"
|
2020-07-13 20:57:26 -05:00
|
|
|
license = "MIT OR Apache-2.0"
|
2021-10-21 10:49:28 -05:00
|
|
|
edition = "2021"
|
2022-11-07 05:59:51 -06:00
|
|
|
rust-version = "1.65"
|
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]
|
2021-10-06 15:42:54 -05:00
|
|
|
salsa = "0.17.0-pre.2"
|
2020-02-18 07:57:41 -06:00
|
|
|
rustc-hash = "1.1.0"
|
2019-01-25 14:27:16 -06:00
|
|
|
|
2023-01-17 03:52:26 -06:00
|
|
|
# local deps
|
|
|
|
cfg.workspace = true
|
|
|
|
profile.workspace = true
|
|
|
|
stdx.workspace = true
|
|
|
|
syntax.workspace = true
|
|
|
|
test-utils.workspace = true
|
|
|
|
tt.workspace = true
|
|
|
|
vfs.workspace = true
|