mirror of
https://github.com/rust-lang/rust-analyzer
synced 2024-11-15 09:27:27 +00:00
23 lines
342 B
TOML
23 lines
342 B
TOML
[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
|
|
|
|
|
|
# local deps
|
|
vfs.workspace = true
|
|
syntax.workspace = true
|
|
stdx.workspace = true
|
|
|
|
[lints]
|
|
workspace = true
|