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