summary refs log tree commit diff
path: root/src/tools/rust-analyzer/crates/span/Cargo.toml
blob: cbda91f0a59a85be4367f34130f37ae8392fb36d (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
[package]
name = "span"
version = "0.0.0"
description = "TBD"

rust-version.workspace = true
edition.workspace = true
license.workspace = true
authors.workspace = true


[dependencies]
la-arena.workspace = true
salsa.workspace = true
rustc-hash.workspace = true
hashbrown.workspace = true

# local deps
vfs.workspace = true
syntax.workspace = true
stdx.workspace = true

[lints]
workspace = true