2019-02-21 10:27:45 +00:00
|
|
|
[package]
|
2020-08-12 15:06:49 +00:00
|
|
|
name = "parser"
|
|
|
|
version = "0.0.0"
|
2020-08-24 11:06:30 +00:00
|
|
|
description = "TBD"
|
2020-07-14 01:57:26 +00:00
|
|
|
license = "MIT OR Apache-2.0"
|
2021-10-21 15:49:28 +00:00
|
|
|
edition = "2021"
|
2021-12-15 20:49:48 +00:00
|
|
|
rust-version = "1.57"
|
2019-02-21 10:27:45 +00:00
|
|
|
|
2019-11-17 15:35:05 +00:00
|
|
|
[lib]
|
|
|
|
doctest = false
|
|
|
|
|
2019-02-21 10:27:45 +00:00
|
|
|
[dependencies]
|
|
|
|
drop_bomb = "0.1.4"
|
2021-12-12 18:32:58 +00:00
|
|
|
rustc_lexer = { version = "725.0.0", package = "rustc-ap-rustc_lexer" }
|
2021-12-06 09:47:36 +00:00
|
|
|
limit = { path = "../limit", version = "0.0.0" }
|
2021-12-12 18:32:58 +00:00
|
|
|
|
|
|
|
[dev-dependencies]
|
|
|
|
expect-test = "1.2"
|
2021-12-26 15:19:09 +00:00
|
|
|
sourcegen = { path = "../sourcegen" }
|
|
|
|
|