mirror of
https://github.com/rust-lang/rust-analyzer
synced 2024-12-27 13:33:31 +00:00
29 lines
555 B
TOML
29 lines
555 B
TOML
[package]
|
|
name = "span"
|
|
version = "0.0.0"
|
|
repository.workspace = true
|
|
description = "File and span related types for rust-analyzer."
|
|
|
|
rust-version.workspace = true
|
|
edition.workspace = true
|
|
license.workspace = true
|
|
authors.workspace = true
|
|
|
|
|
|
[dependencies]
|
|
la-arena.workspace = true
|
|
ra-salsa = { workspace = true, optional = true }
|
|
rustc-hash.workspace = true
|
|
hashbrown.workspace = true
|
|
text-size.workspace = true
|
|
|
|
# local deps
|
|
vfs.workspace = true
|
|
syntax.workspace = true
|
|
stdx.workspace = true
|
|
|
|
[features]
|
|
default = ["ra-salsa"]
|
|
|
|
[lints]
|
|
workspace = true
|