rust/crates/base_db/Cargo.toml

21 lines
492 B
TOML
Raw Normal View History

[package]
2020-08-13 09:25:38 -05:00
name = "base_db"
version = "0.0.0"
description = "TBD"
2020-07-13 20:57:26 -05:00
license = "MIT OR Apache-2.0"
2020-08-13 09:25:38 -05:00
edition = "2018"
2019-11-17 09:35:05 -06:00
[lib]
doctest = false
[dependencies]
2021-05-29 14:10:00 -05:00
salsa = "0.17.0-pre.1"
2020-02-18 07:57:41 -06:00
rustc-hash = "1.1.0"
2019-01-25 14:27:16 -06:00
2020-08-24 03:25:19 -05:00
syntax = { path = "../syntax", version = "0.0.0" }
cfg = { path = "../cfg", version = "0.0.0" }
profile = { path = "../profile", version = "0.0.0" }
tt = { path = "../tt", version = "0.0.0" }
test_utils = { path = "../test_utils", version = "0.0.0" }
vfs = { path = "../vfs", version = "0.0.0" }