mirror of
https://github.com/rust-lang/rust-analyzer
synced 2024-11-10 15:14:32 +00:00
29 lines
435 B
TOML
29 lines
435 B
TOML
[package]
|
|
name = "parser"
|
|
version = "0.0.0"
|
|
description = "TBD"
|
|
|
|
authors.workspace = true
|
|
edition.workspace = true
|
|
license.workspace = true
|
|
rust-version.workspace = true
|
|
|
|
[lib]
|
|
doctest = false
|
|
|
|
[dependencies]
|
|
drop_bomb = "0.1.5"
|
|
ra-ap-rustc_lexer.workspace = true
|
|
limit.workspace = true
|
|
|
|
[dev-dependencies]
|
|
expect-test = "1.4.0"
|
|
|
|
stdx.workspace = true
|
|
sourcegen.workspace = true
|
|
|
|
[features]
|
|
in-rust-tree = []
|
|
|
|
[lints]
|
|
workspace = true
|