rust/crates/base-db/Cargo.toml

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

28 lines
500 B
TOML
Raw Normal View History

[package]
2022-04-29 09:29:24 -05:00
name = "base-db"
2020-08-13 09:25:38 -05:00
version = "0.0.0"
description = "TBD"
authors.workspace = true
edition.workspace = true
license.workspace = true
rust-version.workspace = true
2019-11-17 09:35:05 -06:00
[lib]
doctest = false
[dependencies]
la-arena.workspace = true
2023-12-07 03:57:51 -06:00
rust-analyzer-salsa.workspace = true
rustc-hash.workspace = true
triomphe.workspace = true
semver.workspace = true
# 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