rust/crates/parser/Cargo.toml

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

20 lines
393 B
TOML
Raw Normal View History

2019-02-21 04:27:45 -06:00
[package]
2020-08-12 10:06:49 -05:00
name = "parser"
version = "0.0.0"
description = "TBD"
2020-07-13 20:57:26 -05:00
license = "MIT OR Apache-2.0"
2021-10-21 10:49:28 -05:00
edition = "2021"
rust-version = "1.65"
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"
2021-12-12 12:32:58 -06:00
rustc_lexer = { version = "725.0.0", package = "rustc-ap-rustc_lexer" }
2021-12-06 03:47:36 -06:00
limit = { path = "../limit", version = "0.0.0" }
2021-12-12 12:32:58 -06:00
[dev-dependencies]
expect-test = "1.4.0"
sourcegen = { path = "../sourcegen" }