mirror of
https://github.com/rust-lang/rust.git
synced 2024-11-01 15:01:51 +00:00
20 lines
393 B
TOML
20 lines
393 B
TOML
[package]
|
|
name = "parser"
|
|
version = "0.0.0"
|
|
description = "TBD"
|
|
license = "MIT OR Apache-2.0"
|
|
edition = "2021"
|
|
rust-version = "1.65"
|
|
|
|
[lib]
|
|
doctest = false
|
|
|
|
[dependencies]
|
|
drop_bomb = "0.1.5"
|
|
rustc_lexer = { version = "725.0.0", package = "rustc-ap-rustc_lexer" }
|
|
limit = { path = "../limit", version = "0.0.0" }
|
|
|
|
[dev-dependencies]
|
|
expect-test = "1.4.0"
|
|
sourcegen = { path = "../sourcegen" }
|