2024-01-03 03:35:07 -06:00
|
|
|
[package]
|
|
|
|
name = "span"
|
|
|
|
version = "0.0.0"
|
2024-01-08 03:29:25 -06:00
|
|
|
description = "TBD"
|
|
|
|
|
2024-01-03 03:35:07 -06:00
|
|
|
rust-version.workspace = true
|
|
|
|
edition.workspace = true
|
|
|
|
license.workspace = true
|
|
|
|
authors.workspace = true
|
|
|
|
|
|
|
|
|
|
|
|
[dependencies]
|
|
|
|
la-arena.workspace = true
|
2024-02-11 00:40:19 -06:00
|
|
|
salsa.workspace = true
|
2024-01-03 03:35:07 -06:00
|
|
|
|
|
|
|
|
|
|
|
# local deps
|
|
|
|
vfs.workspace = true
|
|
|
|
syntax.workspace = true
|
|
|
|
stdx.workspace = true
|
|
|
|
|
|
|
|
[lints]
|
2024-01-08 03:29:25 -06:00
|
|
|
workspace = true
|