2023-12-18 12:30:41 +00:00
|
|
|
[package]
|
|
|
|
name = "span"
|
|
|
|
version = "0.0.0"
|
2024-08-05 22:23:22 +00:00
|
|
|
repository.workspace = true
|
2024-07-30 12:10:08 +00:00
|
|
|
description = "File and span related types for rust-analyzer."
|
2024-01-04 11:25:51 +00:00
|
|
|
|
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-10-04 19:48:11 +00:00
|
|
|
ra-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
|
2023-12-29 14:22:29 +00:00
|
|
|
|
|
|
|
[lints]
|
2024-01-04 11:25:51 +00:00
|
|
|
workspace = true
|