rust/crates/span/Cargo.toml

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

24 lines
342 B
TOML
Raw Normal View History

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
2023-12-18 06:30:41 -06:00
# local deps
vfs.workspace = true
syntax.workspace = true
stdx.workspace = true
[lints]
2024-01-04 05:25:51 -06:00
workspace = true