2018-11-28 03:25:20 +03:00
|
|
|
[package]
|
2022-04-29 14:29:24 +00:00
|
|
|
name = "base-db"
|
2020-08-13 16:25:38 +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
|
2018-11-28 03:25:20 +03:00
|
|
|
|
2019-11-17 18:35:05 +03:00
|
|
|
[lib]
|
|
|
|
doctest = false
|
|
|
|
|
2018-11-28 03:25:20 +03:00
|
|
|
[dependencies]
|
2021-10-06 22:42:54 +02:00
|
|
|
salsa = "0.17.0-pre.2"
|
2020-02-18 15:57:41 +02:00
|
|
|
rustc-hash = "1.1.0"
|
2019-01-25 23:27:16 +03:00
|
|
|
|
2023-01-17 10:52:26 +01: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
|