rust-analyzer/crates/span/Cargo.toml

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

26 lines
423 B
TOML
Raw Normal View History

2023-12-18 12:30:41 +00:00
[package]
name = "span"
version = "0.0.0"
2024-01-04 11:25:51 +00:00
description = "TBD"
2023-12-18 12:30:41 +00:00
rust-version.workspace = true
edition.workspace = true
license.workspace = true
authors.workspace = true
[dependencies]
la-arena.workspace = true
2024-02-07 15:29:46 +00:00
salsa.workspace = true
2024-03-01 14:39:44 +00:00
rustc-hash.workspace = true
hashbrown.workspace = true
2024-04-14 13:29:01 +00:00
text-size.workspace = true
2023-12-18 12:30:41 +00:00
# local deps
vfs.workspace = true
syntax.workspace = true
stdx.workspace = true
[lints]
2024-01-04 11:25:51 +00:00
workspace = true