2019-02-21 04:27:45 -06:00
|
|
|
[package]
|
2020-08-12 10:06:49 -05:00
|
|
|
name = "parser"
|
|
|
|
version = "0.0.0"
|
2020-08-24 06:06:30 -05:00
|
|
|
description = "TBD"
|
2023-01-16 09:41:47 -06:00
|
|
|
|
|
|
|
authors.workspace = true
|
|
|
|
edition.workspace = true
|
|
|
|
license.workspace = true
|
2023-01-16 09:33:01 -06:00
|
|
|
rust-version.workspace = true
|
2019-02-21 04:27:45 -06:00
|
|
|
|
2019-11-17 09:35:05 -06:00
|
|
|
[lib]
|
|
|
|
doctest = false
|
|
|
|
|
2019-02-21 04:27:45 -06:00
|
|
|
[dependencies]
|
2022-03-22 11:36:41 -05:00
|
|
|
drop_bomb = "0.1.5"
|
2023-02-08 04:39:20 -06:00
|
|
|
rustc_lexer = { version = "727.0.0", package = "rustc-ap-rustc_lexer" }
|
2023-01-17 03:52:26 -06:00
|
|
|
|
|
|
|
limit.workspace = true
|
2021-12-12 12:32:58 -06:00
|
|
|
|
|
|
|
[dev-dependencies]
|
2022-07-19 06:00:45 -05:00
|
|
|
expect-test = "1.4.0"
|
2023-01-17 03:52:26 -06:00
|
|
|
|
2023-02-11 11:06:07 -06:00
|
|
|
stdx.workspace = true
|
2023-01-17 03:52:26 -06:00
|
|
|
sourcegen.workspace = true
|